]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: DeleteObject supports sigv4 with Transfer-Encoding: chunked
authorCasey Bodley <cbodley@redhat.com>
Thu, 17 Jul 2025 16:41:41 +0000 (12:41 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 17 Jul 2025 17:45:54 +0000 (13:45 -0400)
commitb9a03d195290763bf5754c15a7cfd2bf7cb52cdf
treeb61f9c062a3ef49e1eaad453ddf8f584e27f59a6
parenteed3a644364aa3364d5af4aa5b209402543a42e4
rgw: DeleteObject supports sigv4 with Transfer-Encoding: chunked

we don't expect a request body for DeleteObject, so hadn't implemented
its check for the payload hash against the x-amz-content-sha256 header

Fixes: https://tracker.ceph.com/issues/71607
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_rest_s3.cc