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