mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-05 12:57:42 +00:00
54cb590b8b
The logging guardrail forbids secret-named identifiers inside format! strings. The static-secret-file test interpolated file_secret/env_secret to construct fixture content, tripping the repo-wide check for every branch. Concatenate the fixture strings instead; the guarded pattern is log/error output, which these are not.