You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new parameter "useCredentials" on constructor to choce if want use key/secret or credentials file on loca folder. Issue DanielHindi#21
Added new parameter "folderPath" on zipToS3File to choce if want bucket folder structure inside zip file or only files. Issue DanielHindi#20Resolves: DanielHindi#21, DanielHindi#20
Hi,
I have the following structure inside my S3 bucket: my-bucket/2018/02/06/...files.json
When the zip file was generated, he creates the folder structure inside the zip: 2018/02/06/..files.json
Has some option to the zip only the files without folder structure?
myZip.zip
instead of:
- 02/
-06/
- file1.json
- file2.json
The text was updated successfully, but these errors were encountered: