Upload Your First Object
This guide walks through creating a bucket, generating API credentials, and uploading your first object — first from the portal, then from the AWS CLI.
Before you begin
- An active IBEE Solutions organization with a verified account
- (Optional) The AWS CLI installed locally if you want to upload programmatically
1. Create a bucket
In the portal, click Object Storage in the left sidebar under Products, 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.
2. Upload an object from the portal
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.
3. Create API credentials
For programmatic access you need an API credentials scoped to Object Storage.
In the portal sidebar, click API Credentials under Tools → + Create Credential. Give the credential a Name, check Object Storage, choose a permission level (e.g. Admin Read & Write), and pick Apply to all buckets in this organization or Apply to specific buckets only.
Click Create Credential and copy the credentials immediately — the Secret Access Key is shown only once:
Your organization’s S3 endpoint is https://{workspaceId}.blob.ibeestorage.com.
See API Credentials for rotation, scoping, and revoke.
4. Upload from the AWS CLI
Configure a profile with your credentials:
Upload an object:
Verify and download:
