]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fail as expected when set/delete-bucket-website attempted on a non-existent... 43424/head
authormengxiangrui <mengxr@chinatelecom.cn>
Tue, 6 Jul 2021 11:58:55 +0000 (19:58 +0800)
committerCory Snyder <csnyder@iland.com>
Tue, 5 Oct 2021 13:36:41 +0000 (09:36 -0400)
commit5831f58409109852546ae81d2074f4c82664bde1
tree80241699954034ced56201669a14866531cfe6d5
parent7db57e66f3cc91ef199a67d197af9dfc25c3eed1
rgw: fail as expected when set/delete-bucket-website attempted on a non-existent bucket, rgw should return HTTP 404 and NoSuchBucket.

Fixes: https://tracker.ceph.com/issues/51536
Signed-off-by: xiangrui meng <mengxr@chinatelecom.cn>
(cherry picked from commit c623aa45d35b269c6701a57e44ac05bb29a79dc8)

Conflicts:
- src/rgw/rgw_op.cc

Cherry-pick notes:
- rgw_op.cc forward_reqeuest_to_master takes different arguments in Octopus vs. Quincy
src/rgw/rgw_op.cc