From 669896352be68301c322e4332f19cad4532b723b Mon Sep 17 00:00:00 2001 From: "Javier M. Mellid" Date: Thu, 19 May 2016 10:13:35 +0200 Subject: [PATCH] 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) { -- 2.39.5