fix(auth): restore filtered ListBuckets fallback (#5726)

This commit is contained in:
Zhengchao An
2026-08-05 15:21:51 +08:00
committed by GitHub
parent db1daaece2
commit 759ade4770
5 changed files with 103 additions and 2 deletions
+4
View File
@@ -290,6 +290,10 @@ mod overwrite_cleanup_regression_test;
#[cfg(test)]
mod list_buckets_double_slash_test;
// Regression coverage for bucket-scoped ListBuckets authorization fallback.
#[cfg(test)]
mod list_buckets_auth_test;
// Regression test for backlog#629(b): region-aware CreateBucket SigV4.
#[cfg(test)]
mod create_bucket_region_test;