Parameter | Description |
---|---|
AWS Region | Enter the desired AWS Region. If no Region is specified, and the requested service supports Regions, AWS routes the request to us-east-1 by default. |
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?