AWS AmazonS3 documentation change
Summary
Added JSON markers, updated IAM role ARN placeholder, and reformatted policy actions
Security assessment
Changes involve example placeholder updates and formatting. No security implications identified.
Diff
diff --git a/AmazonS3/latest/userguide/replication-walkthrough-2.md b/AmazonS3/latest/userguide/replication-walkthrough-2.md index d80725a24..7392b7cdc 100644 --- a//AmazonS3/latest/userguide/replication-walkthrough-2.md +++ b//AmazonS3/latest/userguide/replication-walkthrough-2.md @@ -43,0 +44,6 @@ If you created the IAM service role manually, set the role path in the IAM ARN a +JSON + + +**** + + @@ -52 +58 @@ If you created the IAM service role manually, set the role path in the IAM ARN a - "AWS":"arn:aws:iam::source-bucket-account-ID:role/service-role/source-account-IAM-role" + "AWS": "arn:aws:iam::111122223333:role/service-role/source-account-IAM-role" @@ -54 +60,4 @@ If you created the IAM service role manually, set the role path in the IAM ARN a - "Action":["s3:ReplicateObject", "s3:ReplicateDelete"], + "Action": [ + "s3:ReplicateObject", + "s3:ReplicateDelete" + ], @@ -61 +70 @@ If you created the IAM service role manually, set the role path in the IAM ARN a - "AWS":"arn:aws:iam::source-bucket-account-ID:role/service-role/source-account-IAM-role" + "AWS": "arn:aws:iam::111122223333:role/service-role/source-account-IAM-role" @@ -63 +72,4 @@ If you created the IAM service role manually, set the role path in the IAM ARN a - "Action":["s3:GetBucketVersioning", "s3:PutBucketVersioning"], + "Action": [ + "s3:GetBucketVersioning", + "s3:PutBucketVersioning" + ],