Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Check out our upcoming events and meetups! View events →
Learn to quickly list and view all buckets in Telnyx Cloud Storage, guided by example API request and response.
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
GET / HTTP/1.1
Host: [region].telnyxcloudstorage.com
X-Amz-Date: 20230927T165213Z
Authorization: AWS4-HMAC-SHA256 Credential=YOUR_TELNYX_API_KEY/20230927/test/execute-api/aws4_request, SignedHeaders=host;x-amz-date, Signature=5e8edce90f122eaf3810bb5934d8a4208530da8fe9bf634a1950f5eb49bf6197
<?xml version="1.0" encoding="UTF-8"?>
<ListAllMyBucketsResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<Owner>
<ID>27784a49-1f14-4209-a58d-27fe905efe58</ID>
<DisplayName>27784a49-1f14-4209-a58d-27fe905efe58</DisplayName>
</Owner>
<Buckets>
<Bucket>
<Name>mybucket</Name>
<CreationDate>2023-09-27T15:15:47.026Z</CreationDate>
</Bucket>
<Bucket>
<Name>publicbucket</Name>
<CreationDate>2023-09-27T15:50:14.996Z</CreationDate>
</Bucket>
<Bucket>
<Name>testpostdeploybxx</Name>
<CreationDate>2023-09-26T14:26:19.996Z</CreationDate>
</Bucket>
<Bucket>
<Name>versionedbucket</Name>
<CreationDate>2023-09-27T16:51:50.678Z</CreationDate>
</Bucket>
</Buckets>
</ListAllMyBucketsResult>
Was this page helpful?