Friday, 9 August 2013

Zipping up image files from S3 using EC2.

Zipping up image files from S3 using EC2.

So suppose I have a wide array of images hosted on S3. Periodically, I may
get requests for some of these images to be retrieved from S3. In this
case, I want to be able to use EC2 to zip up the requested image files
then have a link ready to download the zip files from S3.
What is the easiest way to do this? The server that will be handling
requests is written in Django if that is pertinent.

No comments:

Post a Comment