You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by shawnps <gi...@git.apache.org> on 2012/08/07 06:44:10 UTC

[dev] libcloud pull request: Add Rackspace Cloud Files TempURL support

GitHub user shawnps opened a pull request:

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

    Add Rackspace Cloud Files TempURL support

    

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

    $ git pull https://github.com/shawnps/libcloud cloudfiles_ex_get_temp_url

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

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

----
commit ef57a3a471878e5aa47a9bdaa98e4a9322d3c5eb
Author: Shawn Smith <sh...@gmail.com>
Date:   2012-08-06T19:40:07-07:00

    add ex_set_account_metadata_key

commit b16a8c44b95cfc1fd29d1eea5d50c0f6c72bf465
Author: Shawn Smith <sh...@gmail.com>
Date:   2012-08-06T20:38:12-07:00

    pep8

commit c25b490c577ac9ab37ab247bb03c8ad7cd9b6a3e
Author: Shawn Smith <sh...@gmail.com>
Date:   2012-08-06T20:44:49-07:00

    change method name

commit 52251761159e0b6ec8cc65c302332af6e169f19a
Author: Shawn Smith <sh...@gmail.com>
Date:   2012-08-06T20:45:11-07:00

    add test for test_ex_set_account_metadata_temp_url_key

commit 5cef3380c5d3a03893982b02196426fd2e440245
Author: Shawn Smith <sh...@gmail.com>
Date:   2012-08-06T21:28:17-07:00

    add temp_url_key to ex_get_metadata, add ex_get_container_temp_url

commit 72892b5bd38321a8a477d459fa44298efbaffb52
Author: Shawn Smith <sh...@gmail.com>
Date:   2012-08-06T21:29:32-07:00

    update ex_get_metadata test to assert that temp_url_key is in the returned metadata dictionary

commit 451078225f11180051d7abc286105eed112583da
Author: Shawn Smith <sh...@gmail.com>
Date:   2012-08-06T21:33:51-07:00

    pep8 indentation

commit 39892a7c0ee40b9c7f2b6f252bbc00731e5f6bbe
Author: Shawn Smith <sh...@gmail.com>
Date:   2012-08-06T21:43:38-07:00

    fix docstring in ex_get_container_temp_url, add ex_get_object_temp_url

----