]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: implement RestrictPublicBuckets from PublicAccessBlock
authorSeena Fallah <seenafallah@gmail.com>
Wed, 1 May 2024 16:27:44 +0000 (18:27 +0200)
committerSeena Fallah <seenafallah@gmail.com>
Wed, 2 Apr 2025 20:22:13 +0000 (22:22 +0200)
commit07ad231606d35c5de4290bc15349aae7f7c9d168
treeedf3d727071d6bff9e8d9b0060c7e8e231d7eb50
parent4cf3abd829ead242966adf5276816080753fa5fd
rgw: implement RestrictPublicBuckets from PublicAccessBlock

According to the AWS docs
(https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html)
If RestrictPublicBuckets is set to true and there are public
policies in place, Only access from the bucket owner's account is
possible.

Fixes: https://tracker.ceph.com/issues/65741
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
PendingReleaseNotes
src/rgw/rgw_common.cc