Align readiness policies with implemented behavior

This commit is contained in:
2026-05-31 17:31:49 +00:00
parent 48169dc8b4
commit 01e408f4d5
3 changed files with 6 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ S3 config requires `endpoint` and `bucket`, normalizes optional `prefix`, defaul
The resolver checks the real process environment first and loaded secret values second. Differing process/secret conflicts are reported by variable name only. The resolver does not mutate `os.Environ`; default SDK credential chains continue to see only real process environment values.
Future credential-consuming backend code should resolve explicit credential environment variable references through `Environment.ResolveCredentials` or the same resolver pattern instead of calling `os.Getenv` directly.
Credential-consuming backend wiring should resolve explicit credential environment variable references through `Environment.ResolveCredentials` or the same resolver pattern instead of calling `os.Getenv` directly.
The user-facing configuration reference is `docs/config.md`; this file documents package behavior for maintainers.