> ## 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.

# Making Bucket Public

> Make a Telnyx Cloud Storage bucket public so its objects are readable over HTTPS. Set bucket-level ACLs and policies for static hosting or asset delivery.

<Callout type="info">
  This is currently supported only for buckets located in the US.
</Callout>

Making a bucket public (via [policy](https://developers.telnyx.com/docs/cloud-storage/api-reference/bucket-operations/put-bucket-policy/index#put-bucket-policy) or [ACL](https://developers.telnyx.com/docs/cloud-storage/api-reference/bucket-operations/put-bucket-acl/index#put-bucket-acl)) is a privileged action.

Follow the following procedure:

<Steps>
  <Step title="Verify your account">
    Request and obtain [Level 2 verification](https://portal.telnyx.com/#/account/my-account/verifications) status.
  </Step>

  <Step title="Apply bucket policy or ACL">
    Use the [CLI](https://developers.telnyx.com/docs/cloud-storage/api-reference/bucket-operations/put-bucket-policy/index#put-bucket-policy), API, or SDK to apply the desired policy to your bucket.
  </Step>
</Steps>
