AWS AmazonS3 low security documentation change
Summary
Updated access point configuration structure by replacing 'PathConfiguration' with explicit 'Scope' permissions and prefixes definitions. Added AWS SDK usage note and pluralized references.
Security assessment
The change restructures access control configuration to explicitly define permissions (GetObject/PutObject) and prefixes separately under 'Scope'. This clarifies security configuration details for access policies, which qualifies as security documentation enhancement.
Diff
diff --git a/AmazonS3/latest/userguide/access-points-directory-buckets-details.md b/AmazonS3/latest/userguide/access-points-directory-buckets-details.md index 1a34f6dc4..1efb4f779 100644 --- a//AmazonS3/latest/userguide/access-points-directory-buckets-details.md +++ b//AmazonS3/latest/userguide/access-points-directory-buckets-details.md @@ -5 +5 @@ -# View details for your access point for directory buckets +# View details for your access points for directory buckets @@ -33,2 +33,5 @@ The following command lists details for the access point ``my-access-point`--usw - "PathConfiguration": { - "Prefix": "/prefix-1/" + "Scope": { + "Permissions": { + "ScopePermissionList": { + "ScopePermission": "GetObject", + "ScopePermission": "PutObject" @@ -36,5 +39,6 @@ The following command lists details for the access point ``my-access-point`--usw - "SessionCapability": { - "Action": [ - "GetObject", - "PutObject" - ] + }, + "Prefixes": { + "PrefixList": { + "Prefix": "prefix-1/" + } + } @@ -59,0 +64,2 @@ You can use the REST API to view details for your access point. For more informa +You can use the AWS SDKs to view details of your access points. For more information, see [list of supported SDKs](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucketMetadataTableConfiguration.html#API_CreateBucketMetadataTableConfiguration_SeeAlso) in the Amazon Simple Storage Service API Reference.s + @@ -68 +74 @@ List your access points for directory buckets -Editing or deleting a policy for an access point for directory buckets +Editing or deleting policies for an access point for directory buckets