Difference between revisions of "Aws s3api list-buckets"
Jump to navigation
Jump to search
↑ https://docs.aws.amazon.com/cli/latest/reference/s3api/list-buckets.html
Line 2: | Line 2: | ||
* https://docs.aws.amazon.com/cli/latest/reference/s3api/list-buckets.html | * https://docs.aws.amazon.com/cli/latest/reference/s3api/list-buckets.html | ||
− | <code>[[aws s3api]] list-buckets [[--output=text]]</code> <ref> https://docs.aws.amazon.com/cli/latest/reference/s3api/list-buckets.html </ref> | + | *<code>[[aws s3api]] list-buckets [[--output=text]]</code> <ref> https://docs.aws.amazon.com/cli/latest/reference/s3api/list-buckets.html </ref> |
*<code>aws s3api list-buckets --query "Buckets[].Name"</code> | *<code>aws s3api list-buckets --query "Buckets[].Name"</code> | ||
Line 16: | Line 16: | ||
} | } | ||
</pre> | </pre> | ||
− | ID is the ID of the [[Owner]] | + | |
+ | *<code>ID is the ID of the [[Owner]]</code> | ||
Revision as of 11:23, 20 September 2021
aws s3api list-buckets --output=text
[1]
aws s3api list-buckets --query "Buckets[].Name"
aws s3api list-buckets { "Buckets": [], "[[Owner]]": { "DisplayName": "your_name", "ID": "89094145c8599971367dbaedba5e3f08b9d6bbd1036ed1089fb102f0b407b648" } }
ID is the ID of the Owner
Related terms
See also
- AWS S3:
s3api
|list-buckets
|get-bucket-website
|get-bucket-policy
|create-bucket
|put-bucket-encryption
|aws s3api put-bucket-policy
|get-bucket-acl
|get-bucket-versioning
|get-bucket-location
|put-bucket-versioning | get-bucket-tagging | head-bucket | put-object-lock-configuration
Advertising: