S3 included download

I have a page on my site that allows the user to select the files they want to download. Once submitted, it bundles these files on the fly into a single zip file that they can download.

This works great, but these files are stored locally on the server. Now I have moved all my files to S3.

I am trying to come up with a way to give the user all files with one click and serve them from S3.

The site is built in asp.net/#.

Does anyone have any ideas?

+3


source to share


1 answer


I ran into this problem before, what I was doing was creating a zip and loading the zip into another s3 bucket when the generation was complete and serving it from there. Then we simply "periodically" remove the lightning from s3.



0


source







All Articles