RGW
RADOS Gateway (RGW) is a component of the Ceph distributed storage system that provides object storage interfaces on top of the RADOS backend. RGW implements both S3 and OpenStack Swift-compatible APIs, allowing clients to store and retrieve data via RESTful HTTP requests while Ceph handles data placement, replication, and fault tolerance in the underlying cluster.
Operation and architecture: RGW runs as gateway daemons that connect to the Ceph cluster’s metadata and storage
Protocols and features: RGW provides S3 API compatibility (buckets, objects, access management) and Swift API compatibility
Deployment and administration: RGW is one option for object storage within a Ceph deployment; alternatives include
History and status: RGW has been a core part of Ceph since early releases and remains under