]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: aws4: fix log message
authorJavier M. Mellid <jmunhoz@igalia.com>
Thu, 19 May 2016 08:13:35 +0000 (10:13 +0200)
committerJavier M. Mellid <jmunhoz@igalia.com>
Thu, 19 May 2016 08:25:06 +0000 (10:25 +0200)
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 <jmunhoz@igalia.com>
src/rgw/rgw_rest_s3.cc

index b995a9b963240c1cd34186c4d394ed54e75a36bb..d3f405cb04a31611f0c4752edf620021e2cb903e 100644 (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)
     {