Skip to content

Commit

Permalink
Merge pull request ceph#9199 from jmunhoz/mc-brp-aws4
Browse files Browse the repository at this point in the history
doc: rgw: minor cleanup and doc update
  • Loading branch information
liewegas committed May 19, 2016
2 parents 19cf73e + 4003c2f commit cba7fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/radosgw/s3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
+---------------------------------+-----------------+----------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion src/rgw/rgw_rest_s3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit cba7fa2

Please sign in to comment.