Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: S3 Access Points #131

Open
crabba opened this issue Dec 9, 2020 · 1 comment
Open

Feature Request: S3 Access Points #131

crabba opened this issue Dec 9, 2020 · 1 comment
Labels
feature request help wanted Extra attention is needed

Comments

@crabba
Copy link

crabba commented Dec 9, 2020

Task Description

AWS S3 Access Points are unique hostnames attached to an S3 bucket, each with dedicated access policies. This allows large scale access control to be delegated to multiple APs, each dedicated to providing access to one user, rather than combining all access control in one large bucket policy. Larger scale users are increasingly using APs to simplify bucket access control.

S3 Access Points ARNs may be used by the AWS CLI and SDK in place of a bucket name; once an S3 AP is defined to a bucket mybucket, the following are equivalent:

s3://mybucket/
s3://arn:aws:s3:<region>:<account-id>:accesspoint/<ap-name>/

Task Relationships

This task:

Help

@carlspring carlspring added help wanted Extra attention is needed feature request labels Dec 9, 2020
@carlspring
Copy link
Owner

carlspring commented Dec 9, 2020

Hi @crabba ,

Thanks for reporting this and congratulations on having raised our first feature request!

We have recently upgraded to AWS SDK v2 and are currently doing some follow up work in this regard. As we're also working on adding MinIO support, we will most-likely have to look into this. We'll need to investigate how this can be done. If you're interested in helping out and proposing a pull request, we would be more than happy to review it (together with our contacts from Amazon) and evaluate and merge the pull request.

Also, please, feel free to join our chat channel.

Kind regards,

Martin

@carlspring carlspring added this to the 1.0.0 milestone Jan 23, 2021
@carlspring carlspring mentioned this issue Feb 20, 2021
2 tasks
@carlspring carlspring removed this from the 1.0.0 milestone May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants