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

Cant Zip folders in a S3 Folder #7

Closed hashim-sohail closed 7 years ago

hashim-sohail commented 7 years ago

I am trying to zip a folder on S3 which contains further folders but the console says no files found.

ddubyah commented 7 years ago

Works for me. Have you set the recursive: true option in the config?

DanielHindi commented 7 years ago

Hello Hashim, I have this module working in production are you sure you have your options set correctly? as @ddubyah mentioned recursive=true as well as the path

hashim-sohail commented 7 years ago

@ddubyah Didn't see that option. Thank you for the help. @DanielHindi It worked. Good job mate. (Y)