]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: return 204 on bucket public access block deletion 55652/head
authorSeena Fallah <seenafallah@gmail.com>
Tue, 20 Feb 2024 14:54:06 +0000 (15:54 +0100)
committerSeena Fallah <seenafallah@gmail.com>
Tue, 20 Feb 2024 14:55:40 +0000 (15:55 +0100)
commit48a454971c9979dfd9a95cc9619ca864aeda26a5
treeaa49a39f12fe01434786c036e1c5fd29df3262eb
parent146d4d98698d48dcbc0f036de0793e0a5f9bb8a6
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>
src/rgw/rgw_op.cc