An object is a single file plus its metadata, stored in a bucket. Each object is identified by its key — the path-like name within the bucket.
Mark objects immutable for compliance or ransomware protection.
Generate time-limited URLs for upload or download — no shared credentials.
You can upload, download, and delete objects directly from the IBEE Cloud portal.
Go to portal.ibee.ai/a/{project_id}/cloud-storage/object-storage and click a bucket name from the list.
Click the download icon next to the object in the list. Or click the object name to open its detail page and click Download in the top right.
Click the delete icon next to the object in the list. Or open the detail page and click Delete.
All objects must be deleted before a bucket can be deleted. See Buckets → Delete a bucket.
Click an object name to open its detail page at portal.ibee.ai/a/{project_id}/cloud-storage/object-storage/{bucket}/{object_name}.
The Object Details card shows:
Image files are previewed inline under the Object Preview section.
Available actions in the top-right: Download, Delete.
Use the project’s S3 endpoint and an API token with Object Read & Write or Admin Read & Write scope.
Files larger than 100 MB are automatically uploaded as multipart by the AWS CLI and SDK. See Limits for size and rate caps.
Object Storage has no real folder hierarchy — only keys with / separators. The portal renders prefixes as folders. Use prefixes for logical grouping (e.g. logs/2026/05/, users/123/avatar.png) and pair with Lifecycle rules scoped by prefix to manage retention per “folder”.
Upload button not visible Ensure you are on the Objects tab inside a bucket, not on the main Object Storage list page.
File not appearing after upload Refresh the page. If the file still does not appear, try uploading again.
Cannot delete bucket All objects must be deleted from the bucket before the bucket itself can be deleted.