Implement download_to_string in pithos client
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Thu, 16 May 2013 13:31:40 +0000 (16:31 +0300)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Thu, 16 May 2013 13:31:40 +0000 (16:31 +0300)
commit49cc29b2cb540690b19ec2c7ff901ed7871b8db1
treeb7becea85563bd15fc8f9b44e6d706278b00950d
parent653e6193b41f810e25fb5b9aaec140a5cfeecd2a
Implement download_to_string in pithos client

The download_to_string method downloads a remote object from pithos into a
string, which is then returned.

Also, implemented unit and functional tests. Changelog is updated

Refs: #3608
Changelog
kamaki/clients/livetest/pithos.py
kamaki/clients/pithos/__init__.py
kamaki/clients/pithos/test.py