For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginGet Started
DocsAPI ReferenceChangelog
DocsAPI ReferenceChangelog
    • Home
  • Getting Started
  • Infrastructure
    • GPU VMs
    • Cloud VMs
    • Object Storage
      • Core Concepts
      • Upload Your First Object
      • Buckets
      • Objects
      • Mount a Bucket as a Filesystem
      • Metrics
      • API Tokens
      • Static Site Hosting
      • CDN integration
      • Pricing
      • Limits
    • Block Storage
  • Network & Security
    • Load Balancer
    • DNS
    • CDN
    • Firewalls
    • SSL Certificates
  • Tools
    • Backups
    • Snapshots
    • ISOs
    • SSH Keys
    • API Tokens
    • Secret Manager
    • Container Registry
  • Platform Fundamentals
    • Projects and tenancy model
    • IAM
    • Networking overview
    • Billing and usage
    • Limits and quotas
    • SLA and reliability
  • Tutorials
    • Deploy a web app
    • Host a static website with object storage
    • Run an AI model on a GPU VM
    • Set up a load-balanced architecture
    • Backup and disaster recovery
    • Multi-region deployment
  • Migration Guides
    • Migrate from AWS
    • Migrate from GCP
    • Migrate from Vultr and Linode
    • Move S3 workloads to IBEE Object Storage
    • VM image migration
  • Reference
    • Pricing
    • Regions
    • Limits
    • Error codes
    • Service level agreement
  • Support
    • Contact Support
    • Create a request
    • Troubleshooting guides
    • Visit ibee.ai
LogoLogo
LoginGet Started
On this page
  • Use cases
  • Capabilities
  • Available regions
  • Where to start
  • Related pages
Infrastructure

Object Storage

Was this page helpful?
Edit this page
Previous

Core Concepts

Next
Built with

IBEE Object Storage is a scalable object storage service with an S3-compatible API. Use it to store files, media, backups, and application assets — accessible from any S3-compatible SDK, CLI tool, or client.

Use cases

  • Static website hosting — serve HTML, CSS, and assets directly from a bucket
  • Media and asset storage — store images, videos, and documents for your applications
  • Application data and backups — store database dumps, snapshots, and application exports
  • Log archiving — collect and retain logs at scale
  • CDN origin storage — use a bucket as the origin for CDN-delivered content

Capabilities

FeatureDescription
S3-compatible APIWorks with AWS SDKs, s3cmd, rclone, and other S3-compatible clients
API token authenticationBearer Token (REST API) + Access Key ID & Secret (S3 API)
Public Access URLServe a bucket publicly without an SDK
Custom DomainsFront a public bucket with your own hostname
CORSCross-origin browser access rules per bucket
Lifecycle PoliciesAutomate object expiry and storage-class transitions
Object LockMake objects immutable for compliance (set at bucket creation)
Event NotificationsWebhook on object create/delete

Available regions

Region codeLocationStatus
VGAAmaravati, IndiaAvailable
HYDHyderabad, IndiaPre-order — contact sales
IADAshburn, United StatesPre-order — contact sales

Where to start

Core Concepts

Buckets, objects, regions, endpoints — the building blocks.

Upload Your First Object

Create your first bucket, generate API credentials, and upload an object.

Buckets

Containers for objects — settings, policies, lifecycle, CORS, custom domains.

Objects

Upload, download, lock, and presign objects.

Mount a Bucket as a Filesystem

Access a bucket like a local directory with s3fs or rclone.

Metrics

Track usage, objects, and bandwidth — project-wide and per bucket.

Related pages

  • API Tokens
  • Static Site Hosting
  • CDN integration
  • Pricing
  • Limits