[ 
https://issues.apache.org/jira/browse/HADOOP-18273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550485#comment-17550485
 ] 

Daniel Carl Jones edited comment on HADOOP-18273 at 6/6/22 1:54 PM:
--------------------------------------------------------------------

My question is why is any explicit configuration needed for alias?

The two ways for a customer to configure their S3 Access Point would be:
 * Configure {{fs.s3a.bucket.%s.accesspoint.arn}} to specify that a particular 
bucket should route via that S3 Access Point
 * Configure their Hadoop file system using the S3 Access Point alias as the 
bucket name. Do not configure {{{}fs.s3a.bucket.%s.accesspoint.arn{}}}.

 

We may need to add some tests for using alias in place of bucket. Things like 
delegation tokens may be a little fragile assuming the bucket is a real bucket.


was (Author: JIRAUSER284792):
My question is why is any explicit configuration needed for alias?

The two ways for a customer to configure their S3 Access Point would be:
 * Configure {{fs.s3a.bucket.%s.accesspoint.arn}} to specify that a particular 
bucket should route via that S3 Access Point
 * Configure their Hadoop file system using the S3 Access Point alias as the 
bucket name. Do not configure {{{}fs.s3a.bucket.%s.accesspoint.arn{}}}.

> Support S3 access point alias
> -----------------------------
>
>                 Key: HADOOP-18273
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18273
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.3.4
>            Reporter: Shen Cong
>            Priority: Major
>
> Adding support for using access point alias to access s3 bucket.
>  
> When you create an access point, Amazon S3 automatically generates an alias 
> that you can use instead of an Amazon S3 bucket name for data access. You can 
> use this access point alias instead of an Amazon Resource Name (ARN) for any 
> access point data plane operation.
> https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-alias.html



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to