aws-s3-zipper
aws-s3-zipper copied to clipboard
Create zip from a list of files rather than a directory
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
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.