]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: aws4 auth supports PutBucketRequestPayment 21569/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 20 Apr 2018 16:42:41 +0000 (12:42 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 20 Apr 2018 16:42:43 +0000 (12:42 -0400)
Fixes: http://tracker.ceph.com/issues/23803
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_rest_s3.cc

index 258146e85691c4e7409365d3d1b7ac14016a1289..67d0712f1f1b37b6339862fbff96f526ada2a2ce 100644 (file)
@@ -3892,6 +3892,7 @@ AWSGeneralAbstractor::get_auth_data_v4(const req_state* const s,
         case RGW_OP_PUT_BUCKET_POLICY:
         case RGW_OP_PUT_OBJ_TAGGING:
         case RGW_OP_PUT_LC:
+        case RGW_OP_SET_REQUEST_PAYMENT:
           break;
         default:
           dout(10) << "ERROR: AWS4 completion for this operation NOT IMPLEMENTED" << dendl;