]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: Improve layout.rst 62366/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Tue, 18 Mar 2025 18:54:10 +0000 (14:54 -0400)
committerAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Tue, 18 Mar 2025 18:54:10 +0000 (14:54 -0400)
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
doc/radosgw/layout.rst

index 0d0d336f513ab023c1352b1dca0c05e775bfacbb..f7ef71c01b0ebfe8b5809c158c61988a3eb57125 100644 (file)
@@ -10,17 +10,17 @@ Introduction
 ------------
 
 Swift offers something called a *container*, which we use interchangeably with
-the term *bucket*, so we say that RGW's buckets implement Swift containers.
+the S3 term *bucket*, so we say that RGW's buckets implement Swift containers.
 
-This document does not consider how RGW operates on these structures,
-e.g. the use of ``encode()`` and ``decode()` methods for serialization and so on.
+This document does not consider how RGW _operates_ on these structures,
+e.g. the use of ``encode()`` and ``decode()`` methods for serialization.
 
 Conceptual View
 ---------------
 
 Although RADOS only knows about pools and objects with their xattrs and
-omap[1], conceptually RGW organizes its data into three different kinds:
-metadata, bucket index, and data.
+omap[1], conceptually RGW maintains three types of information:
+metadata, bucket indexes, and (payload) data.
 
 Metadata
 ^^^^^^^^