Command option Sample:aws s3api put-object

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

Adds an object to a bucket.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/put-object.html

aws s3api put-object --body test.txt \
     thorntechnologies / sftpgateway-public / wiki / SSE-S3 — Bitbucket : http://bitbucket.org/thorntechnologies/sftpgateway-public/wiki/SSE-C
aws s3api put-object --bucket text-content --key dir-1/big-video-file.mp4 --body e:\media\videos\f-sharp-3-data-services.mp4
    put-object — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/s3api/put-object.html
aws s3api put-object --bucket madkudu-data-in-XXXX --key destination_file_name.csv --body ./Documents/file_to_upload.csv
    Flat files with Amazon S3 : http://docs.madkudu.com/integrations/s3_upload/
aws s3api put-object \
    Minio Docs : http://docs.minio.io/docs/how-to-use-minio-s-server-side-encryption-with-aws-cli.html
aws s3api put-object --bucket
  : http://federationworkshopreinvent2016.s3-website-us-east-1.amazonaws.com/labguides/s3bucketpolicy/labguide-s3bucketpolicy.html
aws s3api put-object --bucket assets2.nore.me --key posts/aws s3api put-object --bucket test-bucket --key write-acp.txt --body write-acp.txt
     A deep dive into AWS S3 access controls taking full control over your assets : http://labs.detectify.com/2017/07/13/a-deep-dive-into-aws-s3-access-controls-taking-full-control-over-your-assets/
aws s3api put-object acl public-read website-redirect-location
    Put Redirect 301 in S3 or CloudFront hosted website : http://medium.com/cloud-io/put-redirect-301-in-s3-cloudfront-hosted-website-39bd9104ddbc
aws s3api put-object --bucket worm-bucket --key object1 --body test.txt --endpoint https://s3.mycompany.com:8082 --profile worm_tenant
    WORM S3 Buckets with StorageGRID Webscale - thePub : http://netapp.io/2016/11/30/worm-s3-buckets-storagegrid-webscale/
aws s3api put-object --bucket=opsops --key=Cloudformation_upload.csv --body=Cloudformation.csv --sse-customer-" />
    amazon web services - How can I upload to S3 with CLI using server side encryption with customer provided key - Stack Overflow : http://stackoverflow.com/questions/37527334/how-can-i-upload-to-s3-with-cli-using-server-side-encryption-with-customer-provi
aws s3api put-object ...
    node.js - aws s3 putObject vs sync : http://stackoverrun.com/ja/q/10771933
aws s3api put-object --server-side-encryption AES256 --key test/ --bucket
     #9426 (Option to use AWS KMSManaged Keys (SSE-KMS) for server side encryption) Cyberduck  : http://trac.cyberduck.io/ticket/9378
aws s3api put-object --bucket cmsc389l-colink --key
    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 put-object --bucket test --key dir-test/
    AWS S3 - Indie IT Wiki : http://wiki.indie-it.com/wiki/AWS_S3
aws s3api put-object --bucket
    Bootstrapping GeoMesa HBase on AWS S3 — GeoMesa 1.3.4 Manuals : http://www.geomesa.org/documentation/1.3.4/tutorials/geomesa-hbase-s3-on-aws.html
aws s3api put-object --key test --bucket examplebucket
    Invoke Coffee | DO Object Store with AWS CLI  : http://www.invoke.coffee/2017/08/DO-Object
aws s3api put-object --bucket=rekous-bucket --body=john.jpg --key="john2.jpg"
    Rekous - AWS - Day 5 - S3 - Simple Storage Service  : http://www.rekous.com/posts/details/11/AWS-Day5-S3-SimpleStorageService
aws s3api put-object --bucket bucket_name --key keyname \
    Running Amazon S3 Encryption : http://www.slideshare.net/ishikawa_satoru/running-s3encryption

aws のオプション一覧