ed6a6aca25
* Allow botocore configuration to be configurable for boto3 modules * Allow modification of the boto user agent * play nicely with modules that might be modifying config * changelog
5 lines
344 B
YAML
5 lines
344 B
YAML
minor_changes:
|
|
- AWS modules now take an "aws_config" parameter to define botocore configuration settings
|
|
(https://github.com/ansible/ansible/issues/55182).
|
|
- AWS modules using boto can use the parameter to define the user agent, while boto3 modules
|
|
allow any configuration settings listed in the botocore API config documentation.
|