Command option Sample:aws s3api put-object-acl

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

uses the acl subresource to set the access control list (ACL)permissions for an object that already exists in a bucketShow details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/put-object-acl.html

aws s3api put-object-acl --bucket examplebucket --key HappyFace.jpg --grant-full-control id=
     thorntechnologies / sftpgateway-public / issues / #27 - Delegate full-control to cross account S3 access — Bitbucket : http://bitbucket.org/thorntechnologies/sftpgateway-public/issues/27/delegate-full-control-to-cross-account-s3
aws s3api put-object-acl --bucket nimbusscale-lalabs \
    AWS Cloud Solutions Architect LinuxAcademy Labs via CLI – S3 Essentials and Versioning | NimbusScale Blog : http://blog.nimbusscale.com/2015/07/01/aws-cloud-solutions-architect-linuxacademy-labs-via-cli-lab-1-s3-essentials-and-versioning/
aws s3api put-object-acl --bucket damnbucket.bucketowners.org --grant-full-control i_own_the_damn_bucket
    Digithead's Lab Notebook: Special secret stuff with s3cmd  : http://digitheadslabnotebook.blogspot.com/2013/09/special-secret-stuff-with-s3cmd.html
aws s3api put-object-acl --bucket examplebucket --key HappyFace.jpg --grant-full-control id="AccountA-CanonicalUserID" --profile AccountBadmin
    Example 3: Bucket Owner Granting Its Users Permissions to Objects It Does Not Own - Amazon Simple Storage Service  : http://docs.aws.amazon.com/AmazonS3/latest/dev/example-walkthroughs-managing-access-example3.html
aws s3api put-object-acl --bucket
    Fixing permissions on CloudTrail S3 objects « FollowKMan : http://followkman.com/2016/01/12/fixing-permissions-on-cloudtrail-s3-objects/
aws s3api put-object-acl --bucket examplebucket --key HappyFace.jpg \
    Support for granting a permission to a canonical user id 揃 Issue #212 揃 fluent/fluent-plugin-s3 揃 GitHub : http://github.com/fluent/fluent-plugin-s3/issues/212
aws s3api put-object-acl \
    Uploading Segments to S3 : http://help.crossaudience.com/targeting-filtering/segments/uploading-segments-to-s3/
aws s3api put-object-acl --bucket test-bucket --key write-acp.txt --grant-full-control emailaddress=frans
     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 --bucket
    Migrating On-premise Data to S3 Storage : http://linuxacademy.com/howtoguides/posts/show/topic/13179-migrating-onpremise-data-to-s3-storage
aws s3api put-object-acl --bucket my-bucket --key stuff/hello.txt --acl private
    AWS S3: Introduction : http://mo.github.io/2017/03/06/aws-s3-intro.html
aws s3api put-object-acl \
    Mustafa Torun | Noise : http://noise.getoto.net/author/mustafa-torun/
aws s3api put-object-acl --bucket
    2 handy AWS S3 public-read commands – shallawell : http://shallawell.wordpress.com/2018/04/22/2-handy-aws-s3-public-read-commands/
aws s3api put-object-acl --bucket examplebucket --key HappyFace.jpg --grant-fullcontrol id="AccountA-CanonicalUserID" --profile AccountBadmin
    Amazon Simple Storage Service - Developer Guide - AWS ... - SLIDELEGEND.COM : http://slidelegend.com/amazon-simple-storage-service-developer-guide-aws-_59b8d3291723dde15b689ce4.html
aws s3api put-object-acl --acl to change the permission to write
    ibm cloud infrastructure - Can we use aws s3api put-object-acl --acl to change the permission to write? - Stack Overflow : http://stackoverflow.com/questions/41013419/can-we-use-aws-s3api-put-object-acl-acl-to-change-the-permission-to-write
aws s3api put-object-acl --bucket
    Automating Amazon Polly for WordPress – Stelligent : http://stelligent.com/2018/08/29/automating-amazon-polly-for-wordpress/
aws s3api put-object-acl \
    Configuring an Object ACL - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Configuring+an+Object+ACL
aws s3api put-object-acl \
    AWS S3 Access Management : http://www.madboa.com/blog/2016/09/07/s3-mgmt/
aws s3api put-object-acl --bucket aplptrails --key master/AWSLogs/005670278797/CloudTrail/us-east-1/2017/07/21/005670278797_CloudTrail_us-east-1_20170721T0000Z_2WJSxO6C1Hmvg6Is.json.gz --grant-full-control emailaddress="
    AM User in account A, S3 bucket in account B : aws : http://www.reddit.com/r/aws/comments/6ophuw/am_user_in_account_a_s3_bucket_in_account_b/
aws s3api put-object-acl --bucket mybucket-unique-name --key foo.txt --grant-read "emailAddress=account-a
    AWS S3 Object ACL and 403 Error : http://www.stojanveselinovski.com/blog/2016/05/20/aws-s3-object-acl-and-403-error/

aws のオプション一覧