> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I create an Object Storage bucket and set up access policies?

Create a bucket from the Object Storage section of the [CoreWeave Cloud Console](https://console.coreweave.com), or by using any S3-compatible client (`aws s3 mb`, `mc mb`, and so on) configured against `https://cwobject.com`. Access controls work in two layers: organization-level Object Storage policies are required and control who can use the API, and bucket policies are optional and control which buckets they can act on. Bucket policies that use a wildcard `Principal` must include a `cw:PrincipalOrgID` condition to keep the bucket scoped to your organization.

For full details, see [Create a bucket](/products/storage/object-storage/buckets/create-bucket) and [Object Storage policies](/products/storage/object-storage/auth-access/policies).

***

<Badge stroke shape="pill" color="blue" size="md">[Administrator](/support/storage/tags/administrator)</Badge>
