]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: aws4 auth supports PutBucketRequestPayment 21660/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 20 Apr 2018 16:42:41 +0000 (12:42 -0400)
committerPrashant D <pdhange@redhat.com>
Thu, 26 Apr 2018 03:18:14 +0000 (23:18 -0400)
Fixes: http://tracker.ceph.com/issues/23803
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 92b12f2a658937352de5b1edd9e89adacfbe3bbb)

src/rgw/rgw_rest_s3.cc

index daa50dd6026ae5779ca18020057b7d7140aff8e6..b3e5d41060b2aded0b55882b85be69f4037f0549 100644 (file)
@@ -3828,6 +3828,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;