brokamp-group / s3

More efficient downloading and usage of files hosted on AWS S3
http://brokamp-group.github.io/s3/
Other
3 stars 2 forks source link

valid or no AWS credentials required for publicly available files #14

Closed cole-brokamp closed 3 years ago

cole-brokamp commented 3 years ago

Valid AWS credentials are required even if the file is publicly available. Boto will return an error in this case.

If this happens, the user could either correct their AWS credential environment variables or unset them.

We might want to think about eventually adding a check for if the aws credentials are valid or adding a way to force public downloads only, even if aws credentials are set as environment variables.

cole-brokamp commented 3 years ago

this was added in https://github.com/geomarker-io/s3/pull/16