Create a Bucket

A bucket is the top-level container for objects in IBEE Object Storage. Create a bucket before uploading any files or assets.

Before you begin

1

1. Go to Object Storage

In the IBEE Cloud portal, click Object Storage in the left sidebar under Infrastructure.

This opens the Object Storage page at portal.ibee.ai/a/{project_id}/cloud-storage/object-storage.

2

2. Create a bucket

Click + Create Bucket.

Enter a Bucket Name and click Create Bucket.

3

3. Confirm

Your new bucket appears in the Object Storage list showing its object count and size.

Verify

After creation, your bucket is listed on the Object Storage page with the following columns:

ColumnDescription
BucketsBucket name
ObjectsNumber of objects stored
SizeTotal storage used

The usage panel at the right of the page shows:

MetricUnit
Total StorageMB / GB
Total Bucketscount
Total Objectscount
Bandwidth EgressB / MB / GB

Click your bucket to open it. You will see three tabs: Objects, Metrics, and Settings.

Bucket naming rules

Bucket names must:

  • Be between 3 and 63 characters long
  • Start and end with a lowercase letter or number
  • Contain only lowercase letters, numbers, and hyphens (-) — dots (.) are not allowed
  • Be globally unique across the entire platform
Example
✅ Validmy-bucket
✅ Validdata-store-01
✅ Validproject-assets
❌ InvalidMy-Bucket — uppercase not allowed
❌ Invalid-startwithdash — cannot start with a hyphen
❌ Invalidendswithdash- — cannot end with a hyphen
❌ Invalidbucket_with_underscore — underscores not allowed
❌ Invalidproject.assets — dots not allowed
❌ Invalidab — too short (minimum 3 characters)

Troubleshooting

Bucket name rejected Check that your bucket name follows all naming rules — lowercase only, hyphens only (no dots or underscores), must start and end with a letter or number, between 3 and 63 characters.

Bucket name already taken Bucket names are globally unique across the platform. Choose a different name.

Object Storage not visible in sidebar Ensure your account is verified. See Verify your account.