Changes
- API Change: argument rename `aws_region` -> `aws_region_name` for consistency
- Performance: AWS client will not be created if boto3 is installed but `aws_region_name` or `aws_sstore_name` are empty/None
- Updated example in readme to use `auto_load=true`
Adds
- argument `aws_region_name` will be populated with environ variable `AWS_REGION_NAME` if exists. If provided, keyword argument will be used over any existing environ values.
- argument `aws_sstore_name` will be populated with environ variable `AWS_SSTORE_NAME` if exists. If provided, keyword argument will be used over any existing environ values.