mirror of https://github.com/ansible/ansible.git
Use boto normalized location for bucket creation
If a bucket is being created in us-east-1, the module passed 'us-east-1' to boto's s3.create_bucket method rather than Location.DEFAULT (an empty string). This caused boto to generate invalid XML which AWS was unable to interpret.pull/18777/head
parent
b3ffcd7c6c
commit
1899e9e6cc
Loading…
Reference in New Issue