Easily identify the location of buckets in Telnyx Cloud Storage using specific API requests and example responses.
GET /versionedbucket?location=null HTTP/1.1 Host: [region].telnyxcloudstorage.com Accept: text/xml x-amz-acl: private X-Amz-Date: 20230927T170849Z Authorization: AWS4-HMAC-SHA256 Credential=YOUR_TELNYX_API_KEY/20230927/test/execute-api/aws4_request, SignedHeaders=accept;host;x-amz-acl;x-amz-date, Signature=107fa2b75c0af7f1982923de787b767f407718c4f1eb19937ff3445f2c0be332
<?xml version="1.0" encoding="UTF-8"?> <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/">us-east-1</LocationConstraint>
Was this page helpful?