Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / storage / __init__.py @ c6ebe715

History | View | Annotate | Download (11.5 kB)

# Date Author Comment
e3f01d64 06/26/2013 12:28 pm Stavros Sachtouris

Update the copyright dates everywhere

94bedc5b 05/17/2013 02:48 pm Stavros Sachtouris

Add output support to create methods

Refs: #3756 #3732

In kamaki.clients
-------------------
- storage.create_directory returns response headers
- implement pithos.create_container

In kamaki.cli.pithos
-------------------
- add flag --with_output for optional output...

3f7e4e14 04/15/2013 05:52 pm Stavros Sachtouris

Add some parameters to storage.list_object

:param limit: (int) The amount of results requested

:param marker: (str) Return containers with name lexicographically
after marker

:param prefix: (str) Return objects starting with prefix

:param format: (str) reply format can be json or xml (default:json)...

c2b5da2f 04/04/2013 04:37 pm Stavros Sachtouris

Redesign http connection module

Merge everything to kamaki.clients

Remove multiple hierarchies of connection classes (== abandon support for
alternative connection methods, e.g. for requests from pypi)

New connection classes are
- RequestManager
- ResponseManager...

c2bf1c19 03/13/2013 12:34 pm Stavros Sachtouris

Finetest Storage.upload_object

3e6f33ca 03/12/2013 07:10 pm Stavros Sachtouris

Finetest Storage.del_account_meta