From c68db12d240d5057d6eda280879d69d58ff58e4c Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sun, 20 Nov 2022 14:14:44 +1000 Subject: [PATCH] doc/radosw: improve radosgw text Punch up the paragraph about the Ceph Object Gateway daemon (radosgw). Signed-off-by: Zac Dover (cherry picked from commit d3db815fd5bd069315a678dd7060d53be8cb47c0) --- doc/radosgw/index.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/radosgw/index.rst b/doc/radosgw/index.rst index 27abdb4959966..2677e7a2f9e23 100644 --- a/doc/radosgw/index.rst +++ b/doc/radosgw/index.rst @@ -14,13 +14,14 @@ Storage Clusters. :term:`Ceph Object Storage` supports two interfaces: #. **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``), which is -an HTTP server for interacting with a Ceph Storage Cluster. Since it -provides interfaces compatible with OpenStack Swift and Amazon S3, the Ceph -Object Gateway has its own user management. Ceph Object Gateway can store data -in the same Ceph Storage Cluster used to store data from Ceph File System clients -or Ceph Block Device clients. The S3 and Swift APIs share a common namespace, so -you may write data with one API and retrieve it with the other. +Ceph Object Storage uses the Ceph Object Gateway daemon (``radosgw``), an HTTP +server designed for interacting 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 +store data in the same Ceph Storage Cluster in which data from Ceph File System +clients and Ceph Block Device clients is stored. The S3 API and the Swift API +share a common namespace, which makes it possible to write data to a Ceph +Storage Cluster with one API and then retrieve that data with the other API. .. ditaa:: -- 2.47.3