From 669896352be68301c322e4332f19cad4532b723b Mon Sep 17 00:00:00 2001 From: "Javier M. Mellid" Date: Thu, 19 May 2016 10:13:35 +0200 Subject: [PATCH 1/2] rgw: aws4: fix log message With the UNSIGNED-PAYLOAD bugfix in place this log message requires an update. Requests asking for unsigned payloads don't need any completion handler so notifying about body detection in this point is not accurate. Signed-off-by: Javier M. Mellid --- src/rgw/rgw_rest_s3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_rest_s3.cc b/src/rgw/rgw_rest_s3.cc index b995a9b963240..d3f405cb04a31 100644 --- a/src/rgw/rgw_rest_s3.cc +++ b/src/rgw/rgw_rest_s3.cc @@ -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) { From 4003c2fe5701e76bfb060c8f5063c01686003d24 Mon Sep 17 00:00:00 2001 From: "Javier M. Mellid" Date: Thu, 19 May 2016 10:48:25 +0200 Subject: [PATCH 2/2] rgw: doc: bucket request payment update S3 doc update. The bucket request payment feature is available in Jewel commits: 899d7754fe15ab8635fb506fcadafa8e5e92c376 461bd7fa08710be994c522c4d173a4151dbc173a Signed-off-by: Javier M. Mellid --- doc/radosgw/s3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/s3.rst b/doc/radosgw/s3.rst index 67f497ca1491c..9ec1ff9563738 100644 --- a/doc/radosgw/s3.rst +++ b/doc/radosgw/s3.rst @@ -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 | | +---------------------------------+-----------------+----------------------------------------+