]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: fix verb disagreement - index.html 55338/head
authorZac Dover <zac.dover@proton.me>
Sat, 27 Jan 2024 08:40:20 +0000 (18:40 +1000)
committerZac Dover <zac.dover@proton.me>
Sun, 28 Jan 2024 08:22:01 +0000 (18:22 +1000)
Fix a tricky verb disagreement and rewrite a few sentences for what I
hope is greater clarity.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 9f271093f4331381dc024cb4309f9f486d366818)

doc/radosgw/index.rst

index 70443620237af58f0ff429fb8ec94d08c4aa26bd..536bfbb554c28086bc46216c59c61937a0b68b77 100644 (file)
@@ -15,13 +15,13 @@ Storage Clusters. :term:`Ceph Object Storage` supports two interfaces:
    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 for interacting with a Ceph Storage Cluster. The Ceph Object
+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
-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.
+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.
 
 .. ditaa::