AWS AmazonS3 documentation change
Summary
Added JSON section markers and modified resource ARN in policy examples to use wildcard instead of specific bucket name
Security assessment
Changes involve formatting adjustments (adding JSON markers) and generalizing resource ARNs in examples. No explicit security vulnerability or security feature documentation is added.
Diff
diff --git a/AmazonS3/latest/userguide/object-ownership-migrating-acls-prerequisites.md b/AmazonS3/latest/userguide/object-ownership-migrating-acls-prerequisites.md index 93925df80..6bd01142b 100644 --- a//AmazonS3/latest/userguide/object-ownership-migrating-acls-prerequisites.md +++ b//AmazonS3/latest/userguide/object-ownership-migrating-acls-prerequisites.md @@ -67,0 +68,6 @@ If your bucket had a `READ` ACL that grants AWS account ``111122223333`` permiss +JSON + + +**** + + @@ -94,0 +102,6 @@ If every object in your bucket has a `READ` ACL that grants access to AWS accoun +JSON + + +**** + + @@ -124,0 +139,6 @@ If your bucket has a `WRITE` ACL that grants AWS account ``111122223333`` permis +JSON + + +**** + + @@ -308,0 +330,6 @@ If your bucket policy uses an ACL-related condition key to require the `bucket-o +JSON + + +**** + + @@ -324 +351 @@ If your bucket policy uses an ACL-related condition key to require the `bucket-o - "Resource": "arn:aws:s3:::amzn-s3-demo-bucket/*", + "Resource": "arn:aws:s3:::/*", @@ -335,0 +364,6 @@ However, if your bucket policy uses an ACL-related condition key that requires a +JSON + + +**** + + @@ -350 +384 @@ However, if your bucket policy uses an ACL-related condition key that requires a - "Resource": "arn:aws:s3:::amzn-s3-demo-bucket/*", + "Resource": "arn:aws:s3:::/*",