Statistics
| Branch: | Tag: | Revision:

root / tools / store @ 75453cf2

History | View | Annotate | Download (29.1 kB)

# Date Author Comment
ae75584f 07/25/2011 06:28 pm Sofia Papagiannaki

bug fix chunked transfer

extended test with files containing greek & slashes

050ec33b 07/21/2011 05:19 pm Sofia Papagiannaki

command line client: bug fix manifestation

f0964245 07/21/2011 04:30 pm Sofia Papagiannaki

bug fix update object

4211443b 07/21/2011 10:49 am Sofia Papagiannaki

bug fix put object

7812e1f9 07/20/2011 06:36 pm Sofia Papagiannaki

extended tests and minor other changes

cd6ada1d 07/19/2011 06:22 pm Sofia Papagiannaki

extend api tests + bug fixing client lib

f0eacc2c 07/19/2011 12:06 pm Sofia Papagiannaki

extend client lib to support extended xml mode

-listing methods get specific format parameter instead of the detail paramster
-bug fixes

25c3841c 07/18/2011 01:38 pm Sofia Papagiannaki

client lib separated in two major classes (oos and pithos)

api tests:
- modifications to work with the refined client lib
command line client:
- modifications to work with the refined client lib
- purge support
- minor other changes

f63cf249 07/13/2011 06:57 pm Sofia Papagiannaki

extend command line client to create/delete account groups

615e561b 07/13/2011 06:55 pm Sofia Papagiannaki

extensions in client lib and command line client

- enhanced metadata management taking advantage of extended api
- support for creating/deleting account groups

b44d602e 07/01/2011 05:32 pm Sofia Papagiannaki

If-Range header support in object GET

Refs #567

f89e3cf4 06/27/2011 05:41 pm Sofia Papagiannaki

extend command line client and client lib to preform requests for publishing/unpublishing objects

Refs #567

bcb7c5a8 06/24/2011 07:19 pm Sofia Papagiannaki

Several client and client library minor changes

library:
- supply authorization token
- several method signature changes for better client support (separate metadata from the rest headers)
- extra method for setting container policies (for development assistance)...

10998c60 06/22/2011 06:32 pm Sofia Papagiannaki

client bug fixing in print usage

Fixes #567

a2defd86 06/22/2011 06:08 pm Sofia Papagiannaki

- display command usage instead of client usage
- include trashed objects in listing using meta filtering

Refs #576

d3fd269f 06/21/2011 05:39 pm Sofia Papagiannaki

add command group and create option option sharing

for development assistance
for the time being they just pass the relative headers

Refs #567

961f2fbe 06/21/2011 04:54 pm Sofia Papagiannaki

bug fixing update/delete metadata

(sends back to the server only the user defined meta)
also bug fixing in client account unset (check for no path provided)
Fixes #576

a4c10cbc 06/21/2011 02:49 pm Sofia Papagiannaki

add license & introduce include_trashed parameter
(default False) in list_objects

Refs #567

f7ab99df 06/21/2011 11:42 am Sofia Papagiannaki

+better metadata handling

instead of setting each time new metadata
(by replacing older)
lib provides 2 new methods:
update: for adding and updating older values
delete: for deleting older data
+methods for trashing and
restoring an object
+new client commands for:...

7e999dec 06/17/2011 05:18 pm Sofia Papagiannaki

bug fixing in object version copy/move
and object update

Fixes #567

085a31d7 06/17/2011 02:12 pm Sofia Papagiannaki

support for object version move
separate options for versionlist and get version
Refs #567

ad71a0ce 06/17/2011 01:26 pm Sofia Papagiannaki

client support from COPY/MOVE from specific version
Refs #567

8fe01d72 06/17/2011 12:50 pm Sofia Papagiannaki

add version support
Refs #567

e3fd7f91 06/16/2011 08:25 pm Sofia Papagiannaki

create zero-length objects
better exception handling
Refs #567

d2d5c360 06/14/2011 07:52 pm Sofia Papagiannaki

support for account/container HEAD/GET until parameter
create zero-length objects
remove last trailing enter from response
Fixes #567

0ea1dcc4 06/10/2011 06:02 pm Sofia Papagiannaki

_list(...) returns always list
in _get_metadata(...) prefix is optional: if not present returns all the metadata

e5cd3e33 06/10/2011 05:05 pm Sofia Papagiannaki

remove leftover comments

f07c5a53 06/10/2011 04:46 pm Sofia Papagiannaki

support from chunked transfers, object update and move
Fixes #567

3f5b02c7 06/03/2011 03:03 pm Sofia Papagiannaki

Fixes #567
separates the interaction with the api from the command line tool
+ some extensions to support more options

1d9ec8fb 05/27/2011 07:28 pm Giorgos Verigakis

Add a Content-Type header when sending data

da62aafb 05/27/2011 06:27 pm Giorgos Verigakis

Deployment improvements

  • Better URL handling
  • Always send a content-length with the cli client
cfac048c 05/17/2011 07:04 pm Giorgos Verigakis

Add a simple client for the API