AWS AmazonS3 documentation change
Summary
Updated example bucket names and removed a note about required replication permissions
Security assessment
The changes are example updates and removal of redundant permission guidance. No evidence of security issue remediation.
Diff
diff --git a/AmazonS3/latest/userguide/mrap-create-one-way-replication-rules.md index ca01e3640..d7bed267e 100644 --- a/AmazonS3/latest/userguide/mrap-create-one-way-replication-rules.md +++ b/AmazonS3/latest/userguide/mrap-create-one-way-replication-rules.md @@ -7 +7 @@ -Replication rules enable automatic and asynchronous copying of objects across buckets. A one-way replication rule helps ensure that data is fully replicated from a source bucket in one AWS Region to a destination bucket in another Region. When one-way replication is set up, a replication rule from the source bucket (DOC-EXAMPLE-BUCKET-1) to the destination bucket (DOC-EXAMPLE-BUCKET-2) is created. Like all replication rules, you can apply the one-way replication rule to the entire Amazon S3 bucket or to a subset of objects that are filtered by a prefix or object tags. +Replication rules enable automatic and asynchronous copying of objects across buckets. A one-way replication rule helps ensure that data is fully replicated from a source bucket in one AWS Region to a destination bucket in another Region. When one-way replication is set up, a replication rule from the source bucket (`amzn-s3-demo-bucket`) to the destination bucket (`amzn-s3-demo-bucket`) is created. Like all replication rules, you can apply the one-way replication rule to the entire Amazon S3 bucket or to a subset of objects that are filtered by a prefix or object tags. @@ -41,4 +40,0 @@ Under **Destination buckets** , select one or more buckets that you want to repl -###### Note - -Make sure that you have the required read and replicate permissions to establish replication, or you will encounter errors. For more information, see [Creating an IAM role](https://docs.aws.amazon.com/AmazonS3/latest/userguide/setting-repl-config-perm-overview.html). -