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
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
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.