Bucket access in IBEE Object Storage is controlled through two mechanisms:
For browser-based cross-origin access, see CORS. For Object Lock retention, see Objects → Locking.
Enabling Public Access allows objects in the bucket to be served unauthenticated via a Public Access URL.
Toggle Public Access from Disabled to Enabled. A confirmation toast appears: “Bucket access changed to public”.
The Public Access URL section becomes active but no URL is assigned automatically — it shows “No Public Access URL is assigned to this bucket.”
Click Enable in the top-right of the Public Access URL card to assign a URL to the bucket.
Copy the URL. Objects are then accessible at:
Enabling Public Access makes all objects in the bucket readable without authentication. Only enable this for buckets intended for public content.
If Public Access is disabled, the Public Access URL section shows: “Please enable public access in General to use the Public Access URL.”
To serve from your own hostname instead of the assigned Public Access URL, see Custom Domains — the bucket must be public to register a custom domain.
For programmatic access via the REST API, AWS CLI, rclone, or any S3-compatible tool, use an API token scoped to Object Storage. A token provides:
https://{project_id}.blob.ibeestorage.comEach token is created with one Object Storage permission level:
Tokens can apply to:
This is the bucket-level access boundary: a token scoped to bucket A cannot read or write to bucket B.