[
https://issues.apache.org/jira/browse/ARROW-9669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17173149#comment-17173149
]
Nolo Ogbirner commented on ARROW-9669:
--------------------------------------
>From [https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html] , it
>seems that you can essentially replace the bucket name by the ARN (identifier
>for AWS entities) in your request and that's it.
*[Bucket|https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html#API_GetObject_RequestSyntax]*
The bucket name containing the object.
When using this API with an access point, you must direct requests to the
access point hostname. The access point hostname takes the form
_AccessPointName_-_AccountId_.s3-accesspoint._Region_.amazonaws.com. When using
this operation using an access point through the AWS SDKs, you provide the
access point ARN in place of the bucket name. For more information about access
point ARNs, see [Using Access
Points|https://docs.aws.amazon.com/AmazonS3/latest/dev/using-access-points.html]
in the _Amazon Simple Storage Service Developer Guide_.
Required: Yes
> Allow S3 Access Point Connections in S3 File system
> ---------------------------------------------------
>
> Key: ARROW-9669
> URL: https://issues.apache.org/jira/browse/ARROW-9669
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++, Python
> Affects Versions: 1.0.0
> Reporter: Nolo Ogbirner
> Priority: Major
> Labels: filesystem
>
> It would be really great to support [S3 Access
> Points|https://aws.amazon.com/s3/features/access-points/] and not only
> objects in the form "bucket/key". This is a simply level of abstraction over
> an S3 bucket which should be quite easy to implement and was added last
> September.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)