1 Answer
- Newest
- Most votes
- Most comments
0
According to the documentation, the S3Uri does not support access point object ARNs.
The higher level s3 commands do not support access point object ARNs. For example, if the following was specified: s3://arn:aws:s3:us-west-2:123456789012:accesspoint/myaccesspoint/object/mykey the S3URI will resolve to the object key object/mykey
You can, however, use the s3api get-object using access points. See: Using access points with compatible Amazon S3 operations for examples.
See Configuring a Multi-Region Access Point for use with AWS PrivateLink also for endpoint support.
Relevant content
- asked 2 years ago
- asked 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 4 years ago