Creates a new replication configuration (or replaces an existing one,if present).Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/put-bucket-replication.html
aws s3api put-bucket-replication --bucket bucketname --replication-configuration |
AWS Certification Study Guide: Get to Know Amazon S3 Features : http://cloud.netapp.com/blog/amazon-s3-cheat-sheet |
aws s3api put-bucket-replication \ |
Walkthrough 3: Change Replica Owner to Destination Bucket Owner - Amazon Simple Storage Service : http://docs.aws.amazon.com/AmazonS3/latest/dev/crr-walkthrough-2.html |
aws s3api put-bucket-replication --bucket us-west-2.nag --replication-configuration file://./replication.json [ Copy the below policy to f.json ] |
GitHub - nagwww/aws-s3-book: S3 runbook : http://github.com/nagwww/aws-s3-book |
aws s3api put-bucket-replication --bucket "sourcebucket" --replication-configuration file://./replicationconfigfile.json |
amazon web services - Unable to set Cross Region Replication on S3 bucket with SSE - Stack Overflow : http://stackoverflow.com/questions/48403894/unable-to-set-cross-region-replication-on-s3-bucket-with-sse |