From b859f7f8ca9ea903294bae37ae837403ad3bfe64 Mon Sep 17 00:00:00 2001 From: Elysa Hall Date: Mon, 1 May 2023 16:04:11 +0000 Subject: [PATCH] Removing innacurate paragraph regarding access point object ARNs --- awscli/examples/s3/_concepts.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/awscli/examples/s3/_concepts.rst b/awscli/examples/s3/_concepts.rst index eb0a3e31bdbd..a2a36ffd7986 100644 --- a/awscli/examples/s3/_concepts.rst +++ b/awscli/examples/s3/_concepts.rst @@ -32,11 +32,6 @@ Similar to bucket names, you can also use prefixes with access point ARNs for the ``S3Uri``. For example: ``s3://arn:aws:s3:us-west-2:123456789012:accesspoint/myaccesspoint/myprefix/`` -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`` - Order of Path Arguments