Merge pull request #12329 from ktdreyer/wip-doc-spelling

doc: fix grammar/spelling in RGW sections

Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2016-12-06 10:52:01 -05:00 committed by GitHub
commit 2f3e75e8b8
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ S3 Documentation reference : http://docs.aws.amazon.com/AmazonS3/latest/API/REST
| Host | ? | | |
+----------------------+------------+---------------------------------------------------------------------------------------------------------+-------------+
| x-amz-date | Yes | https://github.com/ceph/ceph/blob/8a2eb18494005aa968b71f18121da8ebab48e950/src/rgw/rgw_auth_s3.cc#L169 | |
| | | should take precedence over DATE as mentionned here -> | |
| | | should take precedence over DATE as mentioned here -> | |
| | | http://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonRequestHeaders.html | |
+----------------------+------------+---------------------------------------------------------------------------------------------------------+-------------+
| x-amz-security-token | No | | |

View File

@ -307,7 +307,7 @@ None.
Create User
===========
Create a new user. By Default, a S3 key pair will be created automatically
Create a new user. By default, a S3 key pair will be created automatically
and returned in the response. If only one of ``access-key`` or ``secret-key``
is provided, the omitted key will be automatically generated. By default, a
generated key is added to the keyring without replacing an existing key pair.