You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud
Doug Luce ec0f2113e0 Fix S3 unavailable region error
This is to address this error:

  fatal: [site]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to connect to S3: Region  does not seem to be available for awsmodule boto.s3. If the region definitely exists, you may need to upgrade boto or extend with endpoints_path"}

Commit 0dd58e9 changed the logic so an exception is thrown (by
`connect_to_aws`) before the `s3 is None` check is performed. This
changes the `None` check to a catch so the old logic can compensate.
10 years ago
..
amazon Fix S3 unavailable region error 10 years ago
azure 2 Module fixes (#3611) 10 years ago
digital_ocean Documentation updates to use complete YAML : syntax instead of key=val syntax. 10 years ago
docker Fixed the URL in description. It's now valid Yaml. 10 years ago
google Docs fixes 10 years ago
linode Py3 exclude list (#3698) 10 years ago
openstack ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526) 10 years ago
rackspace Docs fixes 10 years ago
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 10 years ago
__init__.py package files 11 years ago