Ceph Object Gateway
Ceph Object Gateway is an object storage interface built on top of
librados
. It provides a RESTful gateway between applications and Ceph
Storage Clusters. Ceph Object Storage supports two interfaces:
S3-compatible: Provides object storage functionality with an interface that is compatible with a large subset of the Amazon S3 RESTful API.
Swift-compatible: Provides object storage functionality with an interface that is compatible with a large subset of the OpenStack Swift API.
Ceph Object Storage uses the Ceph Object Gateway daemon (radosgw
), an HTTP
server designed to interact with a Ceph Storage Cluster. The Ceph Object
Gateway provides interfaces that are compatible with both Amazon S3 and
OpenStack Swift, and it has its own user management. Ceph Object Gateway can
use a single Ceph Storage cluster to store data from Ceph File System and from
Ceph Block device clients. The S3 API and the Swift API share a common
namespace, which means that it is possible to write data to a Ceph Storage
Cluster with one API and then retrieve that data with the other API.
Note
Ceph Object Storage does NOT use the Ceph Metadata Server.
- HTTP Frontends
- Pool Placement and Storage Classes
- Multisite Configuration
- Multisite Sync Policy Configuration
- Configuring Pools
- Config Reference
- Admin Guide
- S3 API
- Data caching and CDN
- Swift API
- Admin Ops API
- Python binding
- Export over NFS
- OpenStack Keystone Integration
- OpenStack Barbican Integration
- HashiCorp Vault Integration
- KMIP Integration
- Open Policy Agent Integration
- Multi-tenancy
- Compression
- LDAP Authentication
- Server-Side Encryption
- Bucket Policy
- Dynamic bucket index resharding
- Multi factor authentication
- Sync Modules
- Bucket Notifications
- Data Layout in RADOS
- STS
- STS Lite
- Keycloak
- Session Tags
- Role
- Orphan List and Associated Tooling
- OpenID Connect Provider
- Troubleshooting
- Manpage radosgw
- Manpage radosgw-admin
- QAT Acceleration for Encryption and Compression
- S3-select
- Lua Scripting
- D3N Data Cache
- Cloud Transition