Command option Sample:aws s3api copy-object

Search command sample in the internet.It is the result.

Creates a copy of an object that is already stored in Amazon S3.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/copy-object.html

aws s3api copy-object --storage-class STANDARD --copy-source
    Reset S3 Object Timestamp for Bucket Lifecycle Expiration - Alestic.com : http://alestic.com/2013/09/s3-lifecycle-extend/
aws s3api copy-object --bucket 02a8 --copy-source 02a8/song.mp3 --key song.mp3 --content-type audio/mpeg --metadata-directive REPLACE
aws s3api copy-object --bucket
     Terraform adventures: Host a static website ~5 minutes - charlieegan3  : http://charlieegan3.com/blog/2017/07/16/host-a-static-website-5-minutes
aws s3api copy-object --copy-source bucket-1/test.txt --key test.txt --bucket bucket-2
    copy-object — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/s3api/copy-object.html
aws s3api copy-object --bucket example-bucket --key image.png --copy-source source-bucket/image.png --server-side-encryption AES256
    Copying S3 object loses metadata when SSEAlgorithm is set 揃 Issue #1283 揃 aws/aws-sdk-java 揃 GitHub : http://github.com/aws/aws-sdk-java/issues/1283
aws s3api copy-object --bucket fileshareapp --metadata "foo=bar
    Using StorageGRID Webscale with AWS S3 CLI - thePub : http://netapp.io/2016/12/13/using-storagegrid-webscale-aws-s3-cli/
aws s3api copy-object --copy-source
    Check AWS S3 encryption from CLI | Ran's Identity and Access Management blog : http://ranxing.wordpress.com/2018/08/06/check-aws-s3-encryption-from-cli/
aws s3api copy-object \
    Recursively changing the content-type for files of a given extension on Amazon S3 - Server Fault : http://serverfault.com/questions/725562/recursively-changing-the-content-type-for-files-of-a-given-extension-on-amazon-s
aws s3api copy-object --copy-source calvinhp-blogdemo/encrypt_me.txt --key encrypt_me.txt --bucket calvinhp-blogdemo --server-side-encryption aws:kms
    Hidden Features via AWS CLI Six Feet Up : http://sixfeetup.com/blog/hidden-features-via-aws-cli
aws s3api copy-object --bucket examplebucket --key HappyFace.jpg --copy-source examplebucket/public/PublicHappyFace1.jpg --profile AccountADave
    Amazon Simple Storage Service - Developer Guide - AWS ... - SLIDELEGEND.COM : http://slidelegend.com/amazon-simple-storage-service-developer-guide-aws-_59b8d3291723dde15b689ce4.html
aws s3api copy-object --bucket archive --content-type "application/rss+xml" \
    amazon s3 - How can I change the content-type of an object using aws cli? - Stack Overflow : http://stackoverflow.com/questions/23548256/how-can-i-change-the-content-type-of-an-object-using-aws-cli
aws s3api copy-object --bucket cmsc389l-colink --copy-source cmsc389l-colink/hello_world.txt --key hello_world.txt --storage-class STANDARD_IA
    Codelab 2 揃 CMSC389L: Practical Cloud Computing (Spring 2018) : http://umd-cs-stics.gitbooks.io/cmsc389l-practical-cloud-computing-spring-2018/content/codelabs/codelab-02/
aws s3api copy-object \
    Copying an Object to a Bucket - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Copying+an+Object+to+a+Bucket
aws s3api copy-object --bucket reinvent2015-sec308 -
    (SEC308) Wrangling Security Events In The Cloud : http://www.slideshare.net/AmazonWebServices/sec308-wrangling-security-events-in-the-cloud

aws のオプション一覧