DanielHindi / aws-s3-zipper

takes an amazon s3 bucket folder and zips it for streaming or serializes to a file
119 stars 74 forks source link

Create zip from a list of files rather than a directory #17

Open lozeone opened 7 years ago

lozeone commented 7 years ago

Is it possible to create the zip from a list of files rather than a directory? I want to include files from different directories on s3 in the zip, scanning the whole bucket and excluding everything except my list seems inefficient.

Is it possible to do that with this script? thanks

markwbrown commented 3 years ago

I'm in the same boat. I have a list of files stored in a database -- this would be greatly improved if you could feed zipper an array of file keys.