AWS AmazonS3 documentation change
Summary
Added JSON formatting markers and updated account ID placeholders to specific values in cross-account policy examples
Security assessment
Changes improve example clarity but do not address security vulnerabilities or enhance security documentation
Diff
diff --git a/AmazonS3/latest/userguide/example-walkthroughs-managing-access-example3.md b/AmazonS3/latest/userguide/example-walkthroughs-managing-access-example3.md index 83625647c..79064ffbb 100644 --- a//AmazonS3/latest/userguide/example-walkthroughs-managing-access-example3.md +++ b//AmazonS3/latest/userguide/example-walkthroughs-managing-access-example3.md @@ -118,0 +119,6 @@ The policy grants Account B the `s3:PutObject` and `s3:ListBucket` permissions. +JSON + + +**** + + @@ -126 +132 @@ The policy grants Account B the `s3:PutObject` and `s3:ListBucket` permissions. - "AWS": "arn:aws:iam::AccountB-ID:root" + "AWS": "arn:aws:iam::111122223333:root" @@ -141 +147 @@ The policy grants Account B the `s3:PutObject` and `s3:ListBucket` permissions. - "AWS": "arn:aws:iam::AccountA-ID:user/Dave" + "AWS": "arn:aws:iam::111122223333:user/Dave"