Object storage (S3)¶
Your OpenStack project also gives you access to the S3-compatible object store. This is the same Ceph object storage documented under Ceph → Object storage (S3); the full endpoint, tool configuration, and pricing live there.
The short version:
- Endpoint:
https://s3.orion.sunetvdc.se -
Credentials: S3 access keys are issued as EC2 credentials from your project. Create them with the OpenStack client:
This prints an
accessandsecretpair scoped to your project and user. You can also manage them in the dashboard under Identity.
Use object storage for data you want to reach over the network from anywhere (backups, datasets, artifacts) rather than as a disk attached to an instance. For disks, use block storage.