crates/e2e_test/src/policy/README.md
This directory contains comprehensive end-to-end tests for AWS IAM policy variables in RustFS.
The tests cover the following AWS policy variable scenarios:
${aws:username}prefix-${aws:username}-suffix${${aws:username}-test}awscurl utility for admin API calls# From the project root directory
cargo test -p e2e_test policy:: -- --nocapture
Each test starts an isolated RustFS server on a dynamically allocated local port and cleans it up afterward.