Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Restrict use of AmazonS3.listBuckets() #101

@sbeimin

Description

@sbeimin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions