Difference between revisions of "Aws s3api get-bucket-acl"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
<code>[[aws s3api]] get-bucket-acl</code>
 
<code>[[aws s3api]] get-bucket-acl</code>
 +
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/get-bucket-acl.html
  
  

Revision as of 09:10, 4 November 2021

aws s3api get-bucket-acl https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/get-bucket-acl.html


aws s3api get-bucket-acl --bucket MY-BUCKET
{
    "Owner": {
        "ID": "672f6e982a19f45fb64dc74f7da2e5f57a82f61d6c0953f87d08dbb70547eb8t"
    },
    "Grants": [
        {
            "Grantee": {
                "ID": "742f6e982a19f45fb64dc74f7da2e5f57a82f61d6c0953f87d08dbb89547eb0t",
                "Type": "CanonicalUser"
            },
            "Permission": "FULL_CONTROL"
        }
    ]
}

Related

See also

Advertising: