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/31 21:22:49 UTC

[dev] libcloud pull request: If you know the name of the container, you shouldn't...

GitHub user jobelenus opened a pull request:

    https://github.com/apache/libcloud/pull/236

    If you know the name of the container, you shouldn't need to make a call...

    ... to get a container obj/dict first, and then another for the cdn url.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/activefrequency/libcloud perf-container-cdn-url-from-name

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/236.patch

----
commit b59d05af82094173468fe2cef6499b5f0406e7e3
Author: John Obelenus <jo...@gmail.com>
Date:   2014-01-31T20:18:34Z

    If you know the name of the container, you shouldn't need to make a call to get a container obj/dict first, and then another for the cdn url.

----