I would like to read the contents of a file with S3 and pass it to the user. I have large files, so I canβt just wait until it is saved on my server and then send it to the browser using * x_send_file *, because it will take a lot of time. I would like to send content to the browser while I upload it to my server.
So all this goes through my server, like some streaming download.
source share