- 30 Oct, 2015 3 commits
-
-
Stavros Sachtouris authored
"kamaki file cat" can now output data as they are being downloaded It is also safe to pipe it The new library method "stream_down" is implemented in "kamaki.clients.PithosClient" and it sequentially downloads parts of a remote object to a buffer, which is then written to the destination. The destination descriptor is prepared and provided by the caller (i.e., "kamaki file cat"). Each part of the object is downloaded asynchronously, though.
-
Stavros Sachtouris authored
Used flake8 to check for pep8 errors
-
Stavros Sachtouris authored
The term "different account" refers to a user account that is not the same as the one running the request. The most notable example is when user A uploads something to a directory owned by user B, provided user B has granted write permissions to user A.
-
- 08 Sep, 2015 1 commit
-
-
Stavros Sachtouris authored
The new logging level DEBUGV is set in "kamaki.clients" and it is used to log verbose information related to ReST communication. The CLI is changed accordingly.
-
- 04 May, 2015 1 commit
-
-
Stavros Sachtouris authored
Refs grnet/kamaki#96 Affects the class "kamaki.clients.pithos.PithosClient" and more specifically the methods "get_object_hashmap", "download_object" and "download_to_string". All affected methods will now accept an optional placeholder "headers" dict as a parameter.
-
- 25 Aug, 2014 1 commit
-
-
Stavros Sachtouris authored
Download progress bar was using the number of missing blocks as its length. It now uses the total number of blocks in the file, instead.
-
- 16 Jun, 2014 1 commit
-
-
Stavros Sachtouris authored
-
- 05 Jun, 2014 1 commit
-
-
Stavros Sachtouris authored
Fixes #24
-
- 23 May, 2014 1 commit
-
-
Stavros Sachtouris authored
-
- 21 May, 2014 2 commits
-
-
Stavros Sachtouris authored
Refs #9 This change affects both the kamaki.cli and kamaki.clients hierarchies It is of semantic significance only Backwards compatibility is preserved in kamaki.clients, so that old code using base_url instead of endpoint_url will still work.
-
Stavros Sachtouris authored
-
- 29 Apr, 2014 1 commit
-
-
Stavros Sachtouris authored
Bug: pithos.PithosClient.append_object failed to find and join the last thread
-
- 01 Apr, 2014 2 commits
-
-
Stavros Sachtouris authored
Introduce the "headers_to_quote" and "header_prefices" properties in RequestManager class. Modify the class so that only matching API-specific header values are encoded and quoted.
-
Stavros Sachtouris authored
-
- 17 Mar, 2014 1 commit
-
-
Giorgos Korfiatis authored
- Add optional argument --project in command "file create" - Add command "file reassign"
-
- 05 Mar, 2014 1 commit
-
-
Stavros Sachtouris authored
-
- 28 Feb, 2014 1 commit
-
-
Stavros Sachtouris authored
Refs: #5160
-
- 26 Feb, 2014 2 commits
-
-
Stavros Sachtouris authored
Refs: #5150
-
Stavros Sachtouris authored
-
- 28 Jan, 2014 1 commit
-
-
Stavros Sachtouris authored
Refs: #5002 Also, decorate kamaki.clients.astakos.AstakosClient to raise this new class when an error occurs
-
- 24 Jan, 2014 1 commit
-
-
Stavros Sachtouris authored
-
- 23 Jan, 2014 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 17 Jan, 2014 1 commit
-
-
Stavros Sachtouris authored
-
- 10 Jan, 2014 2 commits
-
-
Stavros Sachtouris authored
Refs: #4871 Fstat was used to compute the actual file size in order to distinguish if an empty read was because the file ended. It now considers an empty read to be an end of file. This allows reading non-regular files.
-
Stavros Sachtouris authored
Refs: #4871 Fstat was used to compute the actual file size in order to distinguish if an empty read was because the file ended. It now considers an empty read to be an end of file. This allows reading non-regular files.
-
- 07 Jan, 2014 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 11 Dec, 2013 6 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 25 Nov, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4583
-
- 24 Oct, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #4340
-
- 07 Oct, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4441 This example involves astakos, pithos, image and cyclades clients It also shows how to use kamaki.cli.config to get cloud information It attempts to create a cluster of VMs from a user-created image, from scratch.
-
- 05 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4059 Also, adjust corresponding unit and functional tests
-
- 02 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4059
-