Skip to content

Support to override AWS Default region

Latest
Compare
Choose a tag to compare
@narenaryan narenaryan released this 26 Dec 06:07
ebf87fe

This release supports configuring AWS region through whispr configuration file:

vault: aws
secret_name: <mysecret>
env_file: .env
region: us-west-2

Note: If you set both region key and AWS_DEFAULT_REGION, region key will take precedence.

What's Changed

Full Changelog: v0.4.0...v0.5.0