This release supports configuring AWS region through whispr configuration file:
yaml
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
* feat/4: Add AWS Default region support by narenaryan in https://github.com/cybrota/whispr/pull/24
**Full Changelog**: https://github.com/cybrota/whispr/compare/v0.4.0...v0.5.0