mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
feat(s3): enforce RestrictPublicBuckets for anonymous access (#2033)
Signed-off-by: 安正超 <anzhengchao@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
# - DeleteObject: Proper NoSuchBucket for deleted buckets
|
||||
# - Multipart Copy: InvalidRange when CopySourceRange exceeds source size
|
||||
#
|
||||
# Total: 395 tests
|
||||
# Total: 396 tests
|
||||
|
||||
test_basic_key_count
|
||||
test_bucket_create_naming_bad_short_one
|
||||
@@ -216,6 +216,7 @@ test_put_get_delete_public_block
|
||||
test_put_public_block
|
||||
test_block_public_policy
|
||||
test_block_public_policy_with_principal
|
||||
test_block_public_restrict_public_buckets
|
||||
test_get_public_block_deny_bucket_policy
|
||||
test_get_undefined_public_block
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@ test_account_usage
|
||||
test_atomic_conditional_write_1mb
|
||||
test_atomic_dual_conditional_write_1mb
|
||||
test_atomic_write_bucket_gone
|
||||
test_block_public_restrict_public_buckets
|
||||
test_bucket_create_exists_nonowner
|
||||
test_bucket_get_location
|
||||
test_bucket_head_extended
|
||||
|
||||
Reference in New Issue
Block a user