Merge pull request #9199 from jmunhoz/mc-brp-aws4

doc: rgw: minor cleanup and doc update
This commit is contained in:
Sage Weil 2016-05-19 16:01:10 -04:00
commit cba7fa2f9b
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ The following table describes the support status for current Amazon S3 functiona
+---------------------------------+-----------------+----------------------------------------+
| **Get Bucket Info (HEAD)** | Supported | |
+---------------------------------+-----------------+----------------------------------------+
| **Bucket Request Payment** | Not Supported | |
| **Bucket Request Payment** | Supported | |
+---------------------------------+-----------------+----------------------------------------+
| **Put Object** | Supported | |
+---------------------------------+-----------------+----------------------------------------+

View File

@ -3581,7 +3581,7 @@ int RGW_Auth_S3::authorize_v4(RGWRados *store, struct req_state *s)
/* aws4 auth not completed... delay aws4 auth */
dout(10) << "body content detected... delaying v4 auth" << dendl;
dout(10) << "delaying v4 auth" << dendl;
switch (s->op_type)
{