mirror of https://github.com/ansible/ansible.git
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 * changelogpull/67544/head
parent
214bf8dc0b
commit
ed6a6aca25
@ -0,0 +1,5 @@
|
||||
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.
|
Loading…
Reference in New Issue