Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / pithos_cli.py @ d804de82

History | View | Annotate | Download (40.4 kB)

# Date Author Comment
d804de82 08/24/2012 05:51 pm Stavros Sachtouris

Add more functionalities to dnl/hashmap/versions

download: progressbar control, overide file, resume (default)
all: extra options for conditional retrieval

65c08a69 08/23/2012 07:35 pm Stavros Sachtouris

Versions in download

56f0908a 08/23/2012 07:15 pm Stavros Sachtouris

Improved incremental download, hashmap, versions

a5e0629d 08/23/2012 11:33 am Stavros Sachtouris

Add full pithos+ move in client.pithos

7d420701 08/22/2012 06:25 pm Stavros Sachtouris

Full pithos+ copy in clients.pithos

5685ca98 08/22/2012 04:58 pm Stavros Sachtouris

Add pithos_sh GetObject as download

pithos_sh download is incremental, therefore better than kamaki download

65a45524 08/09/2012 06:23 pm Stavros Sachtouris

Add arguments/options to upload

manifest is now a seperated method for uploading
old, naive upload is preserved with --unchunked option

a298f2ab 08/09/2012 03:32 pm Stavros Sachtouris

Add options to store_delete

09967245 08/09/2012 02:16 pm Stavros Sachtouris

Create supports meta

187e6aa0 08/09/2012 02:05 pm Stavros Sachtouris

Add options to create, add mkdir as seperate cmd

7234a287 08/09/2012 01:28 pm Stavros Sachtouris

Add options to meta

c3659429 08/08/2012 09:15 pm Stavros Sachtouris

Complete store_list is superset of pithos_sh List

50dff4ea 08/08/2012 07:06 pm Stavros Sachtouris

Add options to store_list

7c748e89 08/08/2012 05:44 pm Stavros Sachtouris

Rediculusly pretty store_list

2d9170d3 08/08/2012 05:29 pm Stavros Sachtouris

Make container/object listing even more pretty!!!

8e8af8ce 08/08/2012 05:04 pm Stavros Sachtouris

New store_list with -l (detail) and bold

25062837 08/08/2012 01:54 pm Stavros Sachtouris

Allow cli arguments everywhere in command phrase

Changed behavior of CLI arguments that are command specific
e.g.
kamaki server -l list
or
kamaki -l server list
is now a valid kamaki command

71ff5136 08/06/2012 06:49 pm Stavros Sachtouris

Create CLIError class, use it in pithos_cli

1ff49234 08/06/2012 04:02 pm Stavros Sachtouris

Siplify interface loading, add existing apis

Old apis are added with new organization. For each api
a new _cli.py file provides all relevant cli commands