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

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

バケットから在庫設定(在庫IDで特定)を追加します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/put-bucket-inventory-configuration.html

aws s3api put-bucket-inventory-configuration --bucket bucketname --id 123 --inventory-configuration
    AWS Certification Study Guide: Get to Know Amazon S3 Features : http://cloud.netapp.com/blog/amazon-s3-cheat-sheet
aws s3api put-bucket-inventory-configuration --bucket
    GitHub - awslabs/s3bundler: Amazon S3 Bundler downloads billions of small S3 objects, bundles them into archives, and uploads them back into S3. : http://github.com/awslabs/s3bundler

aws のオプション一覧