]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: s3: don't require a body in S3 put-object-acl
authorMatt Benjamin <mbenjamin@redhat.com>
Thu, 5 Dec 2019 16:09:09 +0000 (11:09 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Thu, 5 Dec 2019 16:09:09 +0000 (11:09 -0500)
commit93117109f1373220a29625c9936f5087f21ee82d
tree447a35e3293fc3204ae55f60164c0c702ea4204b
parent1e99595326a469837ff883800a0e05f7b9e9a7af
rgw: s3: don't require a body in S3 put-object-acl

This is a conventional S3 request--omitting the body causes ordinary,
no-body v4 signature checking to be selected (when signing is
AWS_HMAC_SHA256).

Fixes: https://tracker.ceph.com/issues/43148
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_rest_s3.cc