]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: req_state::public_access_block is not optional
authorCasey Bodley <cbodley@redhat.com>
Mon, 30 Jun 2025 21:53:38 +0000 (17:53 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 20 May 2026 14:20:21 +0000 (10:20 -0400)
commit8ad325939ebd35cb19cf61696f8241ee974dcca0
tree90caa4b60d31c1a2f00d46d01e70d2fdfd5e7267
parent553fd26f391ece88129ccbb25cad64ba47a8ad77
rgw: req_state::public_access_block is not optional

a default-constructed PublicAccessBlockConfiguration (with all bool
members set to false) makes for a perfectly good empty state

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_common.cc
src/rgw/rgw_common.h
src/rgw/rgw_op.cc