I would like to read a content of a file from S3 and pass it to the user. I have large files so I cannot just wait until it's saved on my server and then send it to the browser using *x_send_file* because it would take to much time. I would like to send the content to the browser while I am downloading it on my server.
So it all passes through my server like some kind of streamed download.