Merge pull request #24021 from libingyang-zte/master

doc: Fix Spelling Error of Radosgw

Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
This commit is contained in:
Xie Xingguo 2018-09-11 16:47:48 +08:00 committed by GitHub
commit 54b6ce1ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ RGW Support for Multifactor Authentication
.. versionadded:: Mimic
The S3 multifactor authenticatioin (MFA) feature allows
The S3 multifactor authentication (MFA) feature allows
users to require the use of one-time password when removing
objects on certain buckets. The buckets need to be configured
with versioning and MFA enabled which can be done through
@ -22,7 +22,7 @@ Multisite
While the MFA IDs are set on the user's metadata, the
actual MFA one time password configuration resides in the local zone's
osds. Therefore, in a multi-site environment it is adviseable to use
osds. Therefore, in a multi-site environment it is advisable to use
different tokens for different zones.

View File

@ -12,12 +12,12 @@ policy enforcement can be decoupled from policy decisions.
Configure OPA
=============
To configure OPA, load custom polices into OPA that control the resources users
To configure OPA, load custom policies into OPA that control the resources users
are allowed to access. Relevant data or context can also be loaded into OPA to make decisions.
Polices and data can be loaded into OPA in the following ways::
Policies and data can be loaded into OPA in the following ways::
* OPA's RESTful APIs
* OPA's *bundle* feature that downloads polcies and data from remote HTTP servers
* OPA's *bundle* feature that downloads policies and data from remote HTTP servers
* Filesystem
Configure the Ceph Object Gateway

View File

@ -182,7 +182,7 @@ Response Entities
| Name | Type | Description |
+========================+===========+==========================================+
| ``LocationConstraint`` | String | The region where bucket resides, empty |
| | | string for defult region |
| | | string for default region |
+------------------------+-----------+------------------------------------------+