Object Storage
Object storage provides S3-compatible buckets for files, backups, media, and static website assets. Objects are stored on Ceph RGW, exclusively in the EU/EEA, and are reachable both via the S3 API (primary) and Swift.
Create a bucket
Under Storage → Object Storage, create a bucket with a globally unique name in your chosen region.
Access credentials
Each set of S3 credentials (an access key and secret key) is scoped to your project. Generate credentials from the bucket or object-storage settings, then configure any S3 client with your endpoint and keys:
aws --endpoint-url https://s3.sweden.frostmoln.cloud \
s3 ls s3://my-bucket/TIP
Treat the secret key like a password — store it in a secret manager, never in source control. You can revoke and reissue credentials at any time.
Uploading objects
Use any S3-compatible tool (aws s3, rclone, s3cmd, or an SDK). Large objects upload as multipart automatically with most clients.
Notes
- Buckets and their data stay within the selected EU/EEA region.
- Object storage is billed by stored capacity and request volume.