コマンドオプションサンプル:aws s3api put-bucket-replication

コマンドサンプルを検索した結果です。

新しい複製構成を作成します(存在する場合は既存の複製構成を置き換えます)。 詳細は次のリンクを参照してください。 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 \
    クロスアカウントでS3クロスリージョンレプリケーションを設定してみた | Developers.IO : http://dev.classmethod.jp/cloud/aws/s3-cross-account-cross-region-replication/
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

aws のオプション一覧