You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by jobelenus <gi...@git.apache.org> on 2014/01/30 00:49:01 UTC

[dev] libcloud pull request: when a request is made to a CDN endpoint there is no...

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 <jo...@gmail.com>
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

----