-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
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:
- Is a follow-up to: Issue 63: Upgrade to aws-sdk-java-v2 #83
- Might be related to: #83#issuecomment-700371940
- Relates to:
- Nextflow is a bioinformatics workflow manager currently built on a fork of the Upplication project. This project would benefit from S3 Access Points.
- Allow AWS S3 Access Points nextflow-io/nextflow#1826
Help
- Our chat channel
- Points of contact:
carlspring, ptirador and cwe5590steve-todorov