Command option Sample:aws s3api get-object-acl

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

Returns the access control list (ACL) of an object.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/get-object-acl.html

aws s3api get-object-acl --bucket \"
    Audit Your S3 Storage Immediately The Salty Hash : http://blog.ironcorelabs.com/audit-your-s3-storage-immediately-2b2e10e63b8f
aws s3api get-object-acl --bucket [bucketname] --key index.html
    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 get-object-acl --bucket nimbusscale-lalabs --key myobject.txt
    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 get-object-acl --bucket my-bucket --key index.html
    get-object-acl — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/s3api/get-object-acl.html
aws s3api get-object-acl --bucket test-bucket --key read-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 get-object-acl \
    Mustafa Torun | Noise : http://noise.getoto.net/author/mustafa-torun/
aws s3api get-object-acl --bucket mybucket --key myobject
    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 get-object-acl --bucket examplebucket --key HappyFace.jpg --profile TempCred
    Amazon Simple Storage Service - Developer Guide - AWS ... - SLIDELEGEND.COM : http://slidelegend.com/amazon-simple-storage-service-developer-guide-aws-_59b8d3291723dde15b689ce4.html
aws s3api get-object-acl --bucket bucket-1 --key 0046f326-6e7d-4c16-80e4-491fa0b19dd7
    amazon s3 - How can I read anonymously POSTed files on AWS S3? - Stack Overflow : http://stackoverflow.com/questions/37365003/how-can-i-read-anonymously-posted-files-on-aws-s3
aws s3api get-object-acl .... Note in particular that the Owner is the third party account with ID starting e455d7...:
     #9322 (S3 ACLs can't be changed in third-party buckets (due to incorrect Owner specification?)) Cyberduck  : http://trac.cyberduck.io/ticket/9322
aws s3api get-object-acl \
    Getting Information About an Object ACL - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Getting+Information+About+an+Object+ACL
aws s3api get-object-acl --bucket bucket-name --key file-name
    Preventing Yet Another AWS S3 Storage Breach : http://www.tripwire.com/state-of-security/featured/preventing-yet-another-aws-s3-storage-breach-with-tripwire/

aws のオプション一覧