Custom Domains for Object Storage

Custom domains let you serve bucket content from your own hostname (e.g. cdn.example.com) instead of the default IBEE storage URL. You add a CNAME record in your DNS provider, then register the domain in the bucket settings.

Before you begin

  • An active IBEE Cloud project with a verified account
  • A bucket (Create a bucket)
  • Access to your domain’s DNS settings

Add a custom domain

1

Open bucket settings

Open your bucket in the portal, click the Settings tab, then click Custom Domains tab.

2

Add a domain

Click + Add Domain.

3

Add the CNAME record (Step 1)

In the Add Custom Domain modal, copy the CNAME target shown under Step 1:

{hash}.ibee.zone

Go to your DNS provider and add a CNAME record:

TypeHostValue
CNAMEcdn (or your subdomain){hash}.ibee.zone (copied from portal)

DNS propagation can take some time before verification succeeds. Wait for propagation to complete before proceeding to Step 2.

4

Enter your domain (Step 2)

After adding the CNAME record, enter your full domain in the Step 2 field:

cdn.example.com
5

Save

Click Add Domain. The domain appears in the Custom Domains list once verified.

Troubleshooting

Verification fails immediately after adding the domain DNS propagation takes time. Wait a few minutes after adding the CNAME record, then try again.

CNAME record not resolving Verify the CNAME record is saved correctly in your DNS provider. The record value must exactly match the target shown in the portal.

Domain shows as unverified Ensure the CNAME points to the full target including .ibee.zone. Some DNS providers strip the trailing dot — confirm the value is saved as shown.