mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
doc: fix a few typos in radosgw docs
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
This commit is contained in:
parent
d0892831f9
commit
7a0ea798cf
@ -821,7 +821,7 @@ If successful, the response contains the subuser information.
|
||||
|
||||
``permissions``
|
||||
|
||||
:Description: Subuser access to user acount.
|
||||
:Description: Subuser access to user account.
|
||||
:Type: String
|
||||
:Parent: ``subusers``
|
||||
|
||||
@ -931,7 +931,7 @@ If successful, the response contains the subuser information.
|
||||
|
||||
``permissions``
|
||||
|
||||
:Description: Subuser access to user acount.
|
||||
:Description: Subuser access to user account.
|
||||
:Type: String
|
||||
:Parent: ``subusers``
|
||||
|
||||
|
@ -647,7 +647,7 @@ the default pool names. For example:
|
||||
|
||||
Ceph Object Gateways store data for the bucket index (``index_pool``) and bucket
|
||||
data (``data_pool``) in placement pools. These may overlap--i.e., you may use
|
||||
the same pool for the the index and the data. The index pool for default
|
||||
the same pool for the index and the data. The index pool for default
|
||||
placement is ``.rgw.buckets.index`` and for the data pool for default placement
|
||||
is ``.rgw.buckets``. See `Zones`_ for details on specifying pools in a zone
|
||||
configuration.
|
||||
|
@ -146,7 +146,7 @@ to create a pool::
|
||||
.. topic:: CRUSH Maps
|
||||
|
||||
When deploying a Ceph Storage Cluster for the entire region, consider
|
||||
using a CRUSH rule for the the zone such that you do NOT have overlapping
|
||||
using a CRUSH rule for the zone such that you do NOT have overlapping
|
||||
failure domains. See `CRUSH Map`_ for details.
|
||||
|
||||
When you have completed this step, execute the following to ensure that
|
||||
|
@ -2,7 +2,7 @@
|
||||
Ceph Object Gateway S3 API
|
||||
============================
|
||||
|
||||
Ceph supports a RESTful API that is compatible with the the basic data access model of the Amazon S3 API.
|
||||
Ceph supports a RESTful API that is compatible with the basic data access model of the Amazon S3 API.
|
||||
|
||||
API
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
Ceph Object Gateway Swift API
|
||||
===============================
|
||||
|
||||
Ceph supports a RESTful API that is compatible with the the basic data access model of the Swift API.
|
||||
Ceph supports a RESTful API that is compatible with the basic data access model of the Swift API.
|
||||
|
||||
API
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user