Command option Sample:aws s3api put-bucket-acl

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

Sets the permissions on a bucket using access control lists (ACL).Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/put-bucket-acl.html

aws s3api put-bucket-acl --bucket
    s3 – angrychimp.net : http://angrychimp.net/tag/s3/
aws s3api put-bucket-acl --bucket [bucketname] [ACLPERMISSIONS] --no-sign-request
    Minded Security Blog: A practical guide to testing the security of Amazon Web Services (Part 1: AWS S3) : http://blog.mindedsecurity.com/2018/09/a-practical-guide-to-testing-security.html
aws s3api put-bucket-acl --bucket BUCKETNAME --acl private

    3 Things to Know About AWS S3 Security to Stay Out of the Headlines : http://blog.rackspace.com/3-things-aws-s3-security-stay-headlines
aws s3api put-bucket-acl --bucket archpi.dabase.com --acl public-read listing permission.

    Download entire public S3 bucket without credentials : http://dabase.com/e/14003/
aws s3api put-bucket-acl --bucket
    Daniel Rhoades | How do you build a Data Lake - Part 1 : http://danielrhoades.com/2017/05/24/how-do-you-build-a-data-lake-part1/
aws s3api put-bucket-acl --bucket MyBucket --grant-full-control emailaddress=user1
    put-bucket-policy — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/s3api/put-bucket-acl.html
aws s3api put-bucket-acl --bucket test-bucket --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-bucket-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-bucket-acl --bucket
    AWS Hugo Hosting, HowTo · Joseph Lust : http://lustforge.com/2016/02/27/hosting-hugo-on-aws/
aws s3api put-bucket-acl --bucket situla-123 --acl public-read
    AWS S3: Introduction : http://mo.github.io/2017/03/06/aws-s3-intro.html
aws s3api put-bucket-acl \u003cspan class=\
    [JAWS-UG CLI] S3:#10 CDP案 Log Storage : http://qiita.com/tcsh/items/55f007113a13bf5dcdbe
aws s3api put-bucket-acl --bucket MyBucket --grant-read 'uri="http://acs.amazonaws.com/groups/global/AllUsers"'
    No permissions for files in Amazon s3 for admin - Server Fault : http://serverfault.com/questions/653903/no-permissions-for-files-in-amazon-s3-for-admin
aws s3api put-bucket-acl \
    amazon web services - Update multiple S3 bucket permissions in command line - Stack Overflow : http://stackoverflow.com/questions/23515875/update-multiple-s3-bucket-permissions-in-command-line
aws s3api put-bucket-acl --bucket MyBucket --grant-full-control 'emailaddress="user1
    amazon web services - How to install aws s3api on mac - Super User : http://superuser.com/questions/1168560/how-to-install-aws-s3api-on-mac
aws s3api put-bucket-acl \
    Configuring a Bucket ACL - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Configuring+a+Bucket+ACL
aws s3api put-bucket-acl --bucket
    git clone S3 error: 403 Forbidden - codesd.com : http://www.codesd.com/item/git-clone-s3-error-403-forbidden.html
aws s3api put-bucket-acl \
    AWS S3 Access Management : http://www.madboa.com/blog/2016/09/07/s3-mgmt/
aws s3api put-bucket-acl --bucket straycat.dhs.org-secrets --acl private
    Cloud Security Best Practices: Finding, Securing, & Managing Secrets, Part 2 – Threat Stack : http://www.threatstack.com/blog/cloud-security-best-practices-finding-securing-managing-secrets-part-2

aws のオプション一覧