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
I found a small documentation error that I'd like to pass along. As it turns out you'll need s3:GetBucketLocation permissions if you don't specify the S3 endpoint to use. self.s3_bucket.get_location() will throw an exception otherwise.
The text was updated successfully, but these errors were encountered:
Hi all. Thanks for a very interesting project!
I found a small documentation error that I'd like to pass along. As it turns out you'll need s3:GetBucketLocation permissions if you don't specify the S3 endpoint to use. self.s3_bucket.get_location() will throw an exception otherwise.
The text was updated successfully, but these errors were encountered: