grafana / grafana-aws-sdk

Common AWS configs for plugins
Apache License 2.0
7 stars 16 forks source link

SigV4: Update to not use env variables #150

Closed iwysiu closed 3 months ago

iwysiu commented 3 months ago

This is to support not using environment variables in prometheus-amazon

Technically, this is a breaking change on sigv4.New. Also technically, this is an experimental library so we're allowed to break things, and it's not going to compile, so users (if there are any that aren't us) will definitely notice.

We should also update grafana with the new versions of the deprecated functions once this goes in.