Cant Zip folders in a S3 Folder
hashim-sohail opened this issue · 3 comments
hashim-sohail commented
I am trying to zip a folder on S3 which contains further folders but the console says no files found.
ddubyah commented
Works for me. Have you set the recursive: true
option in the config?
DanielHindi commented
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
@ddubyah Didn't see that option. Thank you for the help.
@DanielHindi It worked. Good job mate. (Y)