Buckets

Create a bucket on the branch

Creates a new branchable object-storage bucket on the specified branch. Buckets are managed by the Neon Platform branchable-storage service.

Note: This endpoint is currently in Private Beta.

post/projects/{project_id}/branches/{branch_id}/buckets

Request body

namestring required

The bucket name.

access_level'private' | 'public_read'

Access level for the bucket. Defaults to private. Set to public_read to allow anonymous GetObject/HeadObject on objects in this bucket.

Response

Bucket created

Changes

No recorded changes to this endpoint across all 1 revision of this API.