mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
Previously lib/awsapi used incorrect precedence of authorization methods.
This commit aligns this behaviour with aws-sdk.
Also, it fixes usage of `AWS_ROLE_ARN` env variable. It can only be used with web identity file and it must be ignored for any other configurations. 32873b942d/config/resolve_credentials.go (L121)
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9168