AWS AmazonS3 documentation change
Summary
Updated example account IDs to concrete values (e.g., 111122223333), added JSON formatting with proper brackets, and inserted section markers (****).
Security assessment
Changes involve example standardization and JSON syntax improvements. No explicit security fixes or vulnerabilities addressed. Placeholder replacements improve clarity but do not directly relate to security controls.
Diff
diff --git a/AmazonS3/latest/userguide/example-bucket-policies-condition-keys.md b/AmazonS3/latest/userguide/example-bucket-policies-condition-keys.md index 6e0646a13..6c6ab9662 100644 --- a//AmazonS3/latest/userguide/example-bucket-policies-condition-keys.md +++ b//AmazonS3/latest/userguide/example-bucket-policies-condition-keys.md @@ -29,0 +30,6 @@ You can require the `x-amz-full-control` header in the request with full control +JSON + + +**** + + @@ -38 +44 @@ You can require the `x-amz-full-control` header in the request with full control - "AWS": "arn:aws:iam::AccountB-ID:user/Dave" + "AWS": "arn:aws:iam::111122223333:user/Dave" @@ -58,0 +66,6 @@ The preceding bucket policy grants conditional permission to user Dave in Accoun +JSON + + +**** + + @@ -67 +80 @@ The preceding bucket policy grants conditional permission to user Dave in Accoun - "AWS": "arn:aws:iam::AccountB-ID:user/AccountBadmin" + "AWS": "arn:aws:iam::111122223333:user/AccountBadmin" @@ -81 +94 @@ The preceding bucket policy grants conditional permission to user Dave in Accoun - "AWS": "arn:aws:iam::AccountB-ID:user/AccountBadmin" + "AWS": "arn:aws:iam::111122223333:user/AccountBadmin" @@ -120,0 +135,6 @@ The following bucket policy grants the `s3:PutObject` permission for two AWS acc +JSON + + +**** + + @@ -130,2 +150,2 @@ The following bucket policy grants the `s3:PutObject` permission for two AWS acc - "arn:aws:iam::Account1-ID:root", - "arn:aws:iam::Account2-ID:root" + "arn:aws:iam::111122223333:root", + "arn:aws:iam::111122223333:root" @@ -135 +155,3 @@ The following bucket policy grants the `s3:PutObject` permission for two AWS acc - "Resource": ["arn:aws:s3:::awsexamplebucket1/*"], + "Resource": [ + "arn:aws:s3:::awsexamplebucket1/*" + ], @@ -138 +160,3 @@ The following bucket policy grants the `s3:PutObject` permission for two AWS acc - "s3:x-amz-acl":["public-read"] + "s3:x-amz-acl": [ + "public-read" + ]