test(e2e): make security boundary tests assert real outcomes (#4466)

* test(e2e): make security boundary tests assert real outcomes

* fix(e2e): use expect_err to satisfy clippy err_expect lint
This commit is contained in:
Zhengchao An
2026-07-08 22:01:46 +08:00
committed by GitHub
parent 322b585f71
commit dee8e4e639
2 changed files with 172 additions and 97 deletions
+4
View File
@@ -49,6 +49,10 @@ mod quota_test;
#[cfg(test)]
mod bucket_policy_check_test;
// Security boundary tests: DoS limits, SSRF prevention, concurrent-write integrity
#[cfg(test)]
mod security_boundary_test;
/// IAM / bucket / STS session policy with `s3:ExistingObjectTag` conditions (E2E).
#[cfg(test)]
mod existing_object_tag_policy_test;