ansible/changelogs/fragments/55217-aws-modules-config.yml
Sloane Hertel ed6a6aca25
Allow botocore configuration for aws modules (#55217)
* 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
2020-02-18 13:12:10 -05:00

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.