]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: return 204 on bucket public access block deletion
authorSeena Fallah <seenafallah@gmail.com>
Tue, 20 Feb 2024 14:54:06 +0000 (15:54 +0100)
committerCasey Bodley <cbodley@redhat.com>
Thu, 7 Mar 2024 16:12:54 +0000 (11:12 -0500)
commitf8bee8fb9f1a7e19706bef8a642d11e03341cb66
tree482bd9f6555a53fd2852248b2f80c42741eb6a87
parentcfeccfc747b9a3e63e74628be2a6cfff63dda090
rgw: return 204 on bucket public access block deletion

According to AWS doc (https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeletePublicAccessBlock.html#API_DeletePublicAccessBlock_ResponseSyntax) 204 shall be returned on delete request.

Fixes: https://tracker.ceph.com/issues/64492
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commit 48a454971c9979dfd9a95cc9619ca864aeda26a5)
src/rgw/rgw_op.cc