[
https://issues.apache.org/jira/browse/HADOOP-19588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18023231#comment-18023231
]
ASF GitHub Bot commented on HADOOP-19588:
-----------------------------------------
github-actions[bot] commented on PR #7746:
URL: https://github.com/apache/hadoop/pull/7746#issuecomment-3340860957
We're closing this stale PR because it has been open for 100 days with no
activity. This isn't a judgement on the merit of the PR in any way. It's just a
way of keeping the PR queue manageable.
If you feel like this was a mistake, or you would like to continue working
on it, please feel free to re-open it and ask for a committer to remove the
stale tag and review again.
Thanks all for your contribution.
> S3A: Support for S3express Access Points
> ----------------------------------------
>
> Key: HADOOP-19588
> URL: https://issues.apache.org/jira/browse/HADOOP-19588
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs/s3
> Affects Versions: 3.4.2
> Reporter: Revathi Vijay
> Priority: Minor
> Original Estimate: 336h
> Remaining Estimate: 336h
>
> * Currently, the endpoint for using S3 accesspoint is resolved for S3 and S3
> on outposts:
> https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/ArnResource.java#L29-L30.
> However, for s3express, the endpoint is
> "s3express-<zoneId>.<region>.amazonaws.com".
> (https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-az-networking.html).
> This ticket adds support for s3express endpoint.
> * Additionally, for access objects using s3express in the `S3AFileSystem`, we
> need to parse the access point ARN for an S3express access point into the
> access point name, since ARNs aren't supported on S3express other than in IAM
> policies.
> (https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets-restrictions-limitations-naming-rules.html).
> This ticket also addresses this change.
> * This ticket also updates the SDK version used by the changes to `2.31.12`,
> which is the version (at minimum) needed to use s3express access points. It
> does not do the SDK upgrade, but only the version of the dependency.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]