Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / pithos.py @ d9e46d62

History | View | Annotate | Download (4.6 kB)

# Date Author Comment
d9e46d62 04/19/2012 06:17 pm Giorgos Verigakis

Add missing headers in PUT

466c1ef7 04/04/2012 12:54 pm Giorgos Verigakis

Send application/octet-stream Content-Type on create_object

0c6d7489 04/04/2012 12:29 pm Giorgos Verigakis

Data corruption fix

Duplicate blocks were added once to the hash map.

a91e0293 03/23/2012 03:50 pm Giorgos Verigakis

Add a purge command

188f23b9 03/19/2012 06:33 pm Giorgos Verigakis

Add an optional size argument in create_object

2bcb595a 02/28/2012 07:53 pm Giorgos Verigakis

Add a store list command

6a0b1658 02/21/2012 07:51 pm Giorgos Verigakis

Refactored networking

Adds requests dependency.

c4ab2af9 02/14/2012 04:29 pm Giorgos Verigakis

Send the correct order of hashes

53129af9 01/31/2012 05:16 pm Giorgos Verigakis

Pithos client improvements

  • Fix a bug in hash calculation
  • Verify the hashes of uploaded blocks
  • Keep missing block offsets to read them directly
    on the second pass.
b3b32add 01/30/2012 04:39 pm Giorgos Verigakis

Bugfixes

  • Rename asterias to cyclades
  • Remove create image from compute
  • Fix missing imports

Refs #1956

d2cea1e2 01/19/2012 06:41 pm Giorgos Verigakis

Add Pithos support

  • Use Pithos' smart upload if available
  • Add store container command
  • Add store delete command