This guide walks through creating a bucket, generating API credentials, and uploading your first object — first from the portal, then from the AWS CLI.
In the portal, click Object Storage in the left sidebar under Infrastructure, then click + Create Bucket at the top right of the Object Storage page.
Fill in the Create Bucket dialog:
Click Create Bucket. A confirmation toast appears: “Bucket created successfully” and the bucket appears in the list.
See Buckets for the full create-bucket reference.
Click your new bucket from the Object Storage list to open it. The bucket page has three tabs: Objects, Metrics, Settings.
On the Objects tab, click Upload in the top right. Drag and drop a file onto the upload area, or click Select Files.
The uploaded object appears in the list with its Type, Storage Class, Size, and Modified date.
See Objects for full upload, download, and detail-page reference.
For programmatic access you need an API token scoped to Object Storage.
In the portal sidebar, click API Tokens under Tools → + Create Token. Give the token a Name, check Object Storage, choose a permission level (e.g. Admin Read & Write), and pick Apply to all buckets in this project or Apply to specific buckets only.
Click Create Token and copy the credentials immediately — the Secret Access Key is shown only once:
Your project’s S3 endpoint is https://{project_id}.blob.ibeestorage.com.
See API Tokens for rotation, scoping, and revoke.
Configure a profile with your credentials:
Upload an object:
Verify and download: