AWS AmazonS3 documentation change
Summary
Updated IAM policy examples with explicit region (us-east-1) in ARNs and improved JSON formatting
Security assessment
Changes involve documentation formatting and regional specificity in example policies but do not address security flaws or add security-specific guidance.
Diff
diff --git a/AmazonS3/latest/userguide/s3-tables-identity-based-policies.md b/AmazonS3/latest/userguide/s3-tables-identity-based-policies.md index 979d9284a..2822fe633 100644 --- a//AmazonS3/latest/userguide/s3-tables-identity-based-policies.md +++ b//AmazonS3/latest/userguide/s3-tables-identity-based-policies.md @@ -25,0 +26,6 @@ The following topic includes examples of IAM identity-based policies. To use the +JSON + + +**** + + @@ -29 +35,2 @@ The following topic includes examples of IAM identity-based policies. To use the - "Statement": [{ + "Statement": [ + { @@ -39,3 +46,3 @@ The following topic includes examples of IAM identity-based policies. To use the - - "Resource": "arn:aws:s3tables:region:account_id:bucket/*" - }] + "Resource": "arn:aws:s3tables:us-east-1:account_id:bucket/*" + } + ] @@ -45,0 +54,6 @@ The following topic includes examples of IAM identity-based policies. To use the +JSON + + +**** + + @@ -64,2 +77,2 @@ The following topic includes examples of IAM identity-based policies. To use the - "arn:aws:s3tables:region:account_id:bucket/amzn-s3-demo-bucket", - "arn:aws:s3tables:region:account_id:bucket/amzn-s3-demo-bucket/table/*" + "arn:aws:s3tables:us-east-1:account_id:bucket/amzn-s3-demo-bucket", + "arn:aws:s3tables:us-east-1:account_id:bucket/amzn-s3-demo-bucket/table/*"