Create a new bucket
Creates a new storage bucket with the specified configuration.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Body
Create a new bucket
Bucket label (display name)
UUID of the compute resource to attach the bucket to
DEPRECATED: use resource_id instead
Bucket visibility: 'public_access' or 'private_access'
Disk allocation in GiB
Response
Create a new bucket
Api_V1_Entities_Bucket model
Unique bucket identifier
Bucket name (used in S3 operations)
Display label
Current state (pending, active, failed, blocked)
Access visibility (public_access, private_access)
S3 endpoint URL
S3 access key (use for S3-compatible client auth)
S3 secret key (use for S3-compatible client auth)
Region code where bucket is located
Current storage usage in bytes
Storage quota in bytes
Storage usage percentage
Total number of objects in bucket
Creation timestamp
Last update timestamp
Api_V1_Entities_Resource model
Public HTTPS endpoint (only for public buckets)
S3-compatible bucket policy (JSON string)
S3-compatible access control list (JSON string)

