Skip to content

Commit a5d21ee

Browse files
authored
Merge pull request ceph#62366 from anthonyeleven/improve-radosgw-layout
doc/radosgw: Improve layout.rst Reviewed-by: Zac Dover <[email protected]>
2 parents 6273f1f + a7e2fab commit a5d21ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/radosgw/layout.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ Introduction
1010
------------
1111

1212
Swift offers something called a *container*, which we use interchangeably with
13-
the term *bucket*, so we say that RGW's buckets implement Swift containers.
13+
the S3 term *bucket*, so we say that RGW's buckets implement Swift containers.
1414

15-
This document does not consider how RGW operates on these structures,
16-
e.g. the use of ``encode()`` and ``decode()` methods for serialization and so on.
15+
This document does not consider how RGW _operates_ on these structures,
16+
e.g. the use of ``encode()`` and ``decode()`` methods for serialization.
1717

1818
Conceptual View
1919
---------------
2020

2121
Although RADOS only knows about pools and objects with their xattrs and
22-
omap[1], conceptually RGW organizes its data into three different kinds:
23-
metadata, bucket index, and data.
22+
omap[1], conceptually RGW maintains three types of information:
23+
metadata, bucket indexes, and (payload) data.
2424

2525
Metadata
2626
^^^^^^^^

0 commit comments

Comments
 (0)