fix(s3): allow anonymous access when PublicAccessBlock config is miss… (#2039)

Co-authored-by: GatewayJ <8352692332qq.com>
This commit is contained in:
GatewayJ
2026-03-02 11:37:00 +08:00
committed by GitHub
parent 273dbc9c38
commit ba32fd9d96
3 changed files with 177 additions and 1 deletions
+4
View File
@@ -40,6 +40,10 @@ mod quota_test;
#[cfg(test)]
mod bucket_policy_check_test;
// Regression tests for Issue #2036: anonymous access with PublicAccessBlock
#[cfg(test)]
mod anonymous_access_test;
// Special characters in path test modules
#[cfg(test)]
mod special_chars_test;