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 →
Easily assess the policy status of Telnyx Cloud Storage buckets using a simple AWS S3 API command example.
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.
user@host % aws s3api get-bucket-policy-status --bucket pubreadbuc
{
"PolicyStatus": {
"IsPublic": true
}
}
Was this page helpful?