GitHub user jobelenus opened a pull request:
https://github.com/apache/libcloud/pull/231
when a request is made to a CDN endpoint there is no internalURL to use,...
... we have to fall back to the publicURL. This was an oversight on my part
with my first pull request --https://github.com/apache/libcloud/pull/229
And this is the fix
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/activefrequency/libcloud
fix-endpoint-url-cdn-request
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/231.patch
----
commit 1f6cd10ebc8de22e1d0ad39f74d0709863ea52a7
Author: John Obelenus <[email protected]>
Date: 2014-01-29T23:31:45Z
when a request is made to a CDN endpoint there is no internalURL to use, we
have to fall back to the publicURL
----