Create bucket

Creates an object storage bucket. Requires scope: object-storage.write.

Authentication

AuthorizationBearer

IBEE platform API token, for example: ibee_live_xxx.

Query parameters

workspace_idstringRequired
The workspace ID to scope this request to.

Request

This endpoint expects an object.
namestringRequired3-63 characters
Unique bucket name within the workspace.
regionenumRequired
Region where the bucket will be created.
is_publicbooleanOptionalDefaults to false
Whether the bucket allows unauthenticated read access.

Response

Bucket created successfully.
namestring
is_publicboolean
created_atdatetime or null
updated_atdatetime or null

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error