orangewise / s3-zip

Download selected files from an Amazon S3 bucket as a zip file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to put multiple s3 folders in the zip file?

zainulabd786 opened this issue · comments

I tried passing an array with folders paths but getting an 404 NoSuchKey error.
here's my sample code

s3Zip .archive({ region: region, bucket: bucket}, [folder1, folder2], [file1, file2, file3, file4]) .pipe(res)

@zainulabd786 did you solve this issue?

@lluisemper No, I used Archiver instead.