External DocumentationTo learn more, visit the AWS documentation.
Actions
S3 List Buckets
Returns a list of all buckets owned by the authenticated sender of the request.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| AWS Region | Enter the desired AWS Region. |
| Parameter | Description |
|---|---|
| Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
| Query | A JMESPath query to use in filtering the response data. Querying uses JMESPath syntax to create expressions for filtering your output. To learn JMESPath syntax, see Tutorial on the JMESPath website. |
{
"Buckets": {
"Bucket": [
{
"CreationDate": "2019-12-11T23:32:47+00:00",
"Name": "amzn-s3-demo-bucket"
},
{
"CreationDate": "2019-11-10T23:32:13+00:00",
"Name": "amzn-s3-demo-bucket1"
}
]
},
"Owner": {
"DisplayName": "Account+Name",
"ID": "AIDACKCEVSQ6C2EXAMPLE"
}
}
Was this page helpful?