Update bucket settings
Updates mutable bucket settings. Requires scope: object-storage.write.
Authentication
AuthorizationBearer
IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.
Path parameters
bucket_name
Logical bucket name.
Query parameters
workspace_id
The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.
Request
This endpoint expects an object.
is_public
Response
Bucket updated successfully.
name
Unique bucket name within the workspace.
is_public
Whether the bucket allows unauthenticated read access.
region
Object storage region the bucket lives in.
plan
Storage plan billed for the bucket.
status
Current bucket status.
site_id
Identifier of the site holding the bucket. Placement is managed internally.
site_name
Human-readable name of the site holding the bucket.
bucket_lock_enabled
Whether object lock is enabled on the bucket.
created_at
updated_at
object_count
Number of objects stored in the bucket. Returned by the read and list endpoints only.
total_size
Total size in bytes of the objects stored in the bucket. Returned by the read and list endpoints only.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
