- 29 Aug, 2012 1 commit
-
-
Stavros Sachtouris authored
Seperate Client to Client and HTTPConnection The later is put in a separate package kamaki.client.connection It manages headers, params, method, url and data of a connection but the actuall http connection is not implemented at this abstract level There is an HTTPRequest class extention of HTTPConnection in the same package. It implements connection using requests package so basicaly it replicates the connection procedure that was used in kamaki so far. Minor modifications were nessacary at every client lib package Setup is now aware of gevent and commands package
-
- 28 Aug, 2012 7 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Implements HTTPConnection using the requests pypi package
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 27 Aug, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 24 Aug, 2012 2 commits
-
-
Stavros Sachtouris authored
download: progressbar control, overide file, resume (default) all: extra options for conditional retrieval
-
Stavros Sachtouris authored
Now headers are reset after each request by default but there is an option for not reseting headers, in low level
-
- 23 Aug, 2012 4 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
sharers shows the accounts that share objects with cur account
-
Stavros Sachtouris authored
-
- 22 Aug, 2012 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
pithos_sh download is incremental, therefore better than kamaki download
-
- 21 Aug, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 09 Aug, 2012 5 commits
-
-
Stavros Sachtouris authored
manifest is now a seperated method for uploading old, naive upload is preserved with --unchunked option
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 08 Aug, 2012 6 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
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
-
- 07 Aug, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 06 Aug, 2012 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Old apis are added with new organization. For each api a new _cli.py file provides all relevant cli commands
-
- 03 Aug, 2012 1 commit
-
-
Stavros Sachtouris authored
Allow custom libs to be easily loaded to kamaki CLI At the moment, everything is given in a conf file and pre-imported
-
- 01 Aug, 2012 1 commit
-
-
Stavros Sachtouris authored
Merge with koukis-fix
-
- 31 Jul, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 30 Jul, 2012 1 commit
-
-
Stavros Sachtouris authored
transfer_encoding still unchecked
-
- 27 Jul, 2012 1 commit
-
-
Stavros Sachtouris authored
Missing: - account_quota/versioning - container_post with transfer-encoding - object_put with transfer-encoding - object_copy with manifest - adjust object_move/post/delete
-
- 26 Jul, 2012 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-