Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I kept getting
libcloud.common.types.LibcloudError: <LibcloudError in None 'Could not find specified endpoint'>
When trying to connect to my swift installation. I then discovered that lines 127 and 199 of libcloud/storage/drivers/cloudfiles.py indiscriminately convert the region to upper case. I will create a pull request for the trivial change to fix this.