aws s3api get-bucket-acl

From wikieduonline
Revision as of 09:10, 4 November 2021 by Welcome (talk | contribs)
Jump to navigation Jump to search

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: