Difference between revisions of "Aws s3api get-bucket-acl"
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> | ||
+ | |||
+ | |||
+ | aws s3api get-bucket-acl --bucket MY-BUCKET | ||
+ | { | ||
+ | "Owner": { | ||
+ | "ID": "672f6e982a19f45fb64dc74f7da2e5f57a82f61d6c0953f87d08dbb70547eb8t" | ||
+ | }, | ||
+ | "Grants": [ | ||
+ | { | ||
+ | "Grantee": { | ||
+ | "ID": "742f6e982a19f45fb64dc74f7da2e5f57a82f61d6c0953f87d08dbb89547eb0t", | ||
+ | "Type": "[[CanonicalUser]]" | ||
+ | }, | ||
+ | "Permission": "FULL_CONTROL" | ||
+ | } | ||
+ | ] | ||
+ | } | ||
== Related == | == Related == |
Revision as of 09:09, 4 November 2021
aws s3api get-bucket-acl
aws s3api get-bucket-acl --bucket MY-BUCKET { "Owner": { "ID": "672f6e982a19f45fb64dc74f7da2e5f57a82f61d6c0953f87d08dbb70547eb8t" }, "Grants": [ { "Grantee": { "ID": "742f6e982a19f45fb64dc74f7da2e5f57a82f61d6c0953f87d08dbb89547eb0t", "Type": "CanonicalUser" }, "Permission": "FULL_CONTROL" } ] }
Related
See also
Advertising: