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

Is accessKeyId and secretAccessKey required to get zipper object #32

Closed JSupriya101 closed 4 years ago

JSupriya101 commented 5 years ago

We are using IAM roles to access the S3 bucket so i am passing only bucket and region in the config object. When above values are passed we are getting zipper object as {} . Would like to check if accessKeyId and secretAccessKey are mandatory or they can be bypassed