File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ Introduction
1010------------
1111
1212Swift 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
1818Conceptual View
1919---------------
2020
2121Although 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
2525Metadata
2626^^^^^^^^
You can’t perform that action at this time.
0 commit comments