Skip to main content

Introduction

Object Storage

Introduction

Our Object Storage service provides a highly scalable, secure, and durable solution for storing unstructured data such as documents, images, videos, backups, and large binary files. Built on OpenStack Swift, our platform ensures high availability, data durability, and strong consistency, making it ideal for a wide range of applications and workflows.

Created to store, retrieve, or manage data via dashboard or programmatically through swift-client or the S3-compatible API.

caution

The Ceph Service makes no additional backups and there is no provision within the service for disaster recovery. Users are therefore responsible for maintaining independent backups of their objects where they judge it important.


Main Features

  • High Availability & Durability: Your data is replicated across multiple local availability zones to ensure availability and protect against hardware failures.
  • Strong Consistency: All operations are immediately consistent, so you always access the most recent version of your data.
  • Flexible Access: Upload and manage files via the dashboard or through the API.
  • Unlimited Storage: Scale your storage as needed, with no artificial limits on the amount of data you can store.
  • Private by Default: Containers are private, but you can easily make them public for sharing or web hosting.

Technical Details

Containers and Objects

  • Containers: All files are stored in containers, which act as the top-level namespace for your objects.
  • Unique Names: Each container name must be unique within your project.

A successful upload returns an HTTP 200 status code.