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
We're running into a snag because the access key we have for our bucket is not authorized to do the ListAllMyBuckets call. This is a security decision since ListAllMyBuckets returns all buckets instead of just the bucket our access key is authorized to use.
S3FileStore.getBucket() uses the listBuckets() to get the Bucket object. Where possible this should be avoided.
The text was updated successfully, but these errors were encountered:
sbeimin
pushed a commit
to sbeimin/Amazon-S3-FileSystem-NIO2
that referenced
this issue
Feb 26, 2018
We're running into a snag because the access key we have for our bucket is not authorized to do the ListAllMyBuckets call. This is a security decision since ListAllMyBuckets returns all buckets instead of just the bucket our access key is authorized to use.
S3FileStore.getBucket() uses the listBuckets() to get the Bucket object. Where possible this should be avoided.
The text was updated successfully, but these errors were encountered: