Skip to main content

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.

GetBucketPolicyStatus

GetBucketPolicyStatus - Amazon Simple Storage Service

Example GetBucketPolicyStatus request

user@host % aws s3api get-bucket-policy-status --bucket pubreadbuc

{
    "PolicyStatus": {
        "IsPublic": true
    }
}