- 22 May, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #3732
-
Stavros Sachtouris authored
Refs: #3732
-
- 20 May, 2013 3 commits
-
-
Stavros Sachtouris authored
Refs: #3756
-
Stavros Sachtouris authored
- Add image.add_member missing content-length header - Rename image-[add|del]member commands to members-[add|delete] - Remove update option from image-register - In image-compute split properties to properties-list and properties-get - Add optional output to methods * image: unregister, members add/delete/set * image compute: delete, properties delete - Transliterate methods to list-get-set-delete command groups: * image: members, member * image compute: properties Refs :#3756 #3732
-
Stavros Sachtouris authored
Apply the feature wherever is applicable Generalize the feature by moving the corresponding code to _command_init
-
- 17 May, 2013 4 commits
-
-
Stavros Sachtouris authored
Refs: #3756 #3732 - Add optional output for file methods: mkdir, touch, create, move, create, copy, move, append, delete, purge, info, meta, upload - Transliterate permissions and metadata methods to apear as get/set/delete command subgroups e.g. kamaki file metadata set ... instead of kamaki file setmeta - Add method create_container to pithos client, add unit and functional tests
-
Stavros Sachtouris authored
Also, kamaki.clients.pithos.copy/move_object returns response headers Refs: #3756 #3732
-
Stavros Sachtouris authored
Refs: #3756 #3732 In kamaki.clients ------------------- - storage.create_directory returns response headers - implement pithos.create_container In kamaki.cli.pithos ------------------- - add flag --with_output for optional output - add (-j, --json) flag for optional json-formated output - apply these changes to file_mkdir, file_touch, file_create
-
Stavros Sachtouris authored
- Implement a print_json auxiliary method in kamaki.cli.utils - Add a (-j, --json) flag to file list - When -j or --json flag is on, only json is printed Refs: #3732
-
- 16 May, 2013 6 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3608
-
Stavros Sachtouris authored
Refs: #3608
-
Stavros Sachtouris authored
Implemented with threads Refs: #3608
-
Stavros Sachtouris authored
Refs: #3608
-
Stavros Sachtouris authored
The download_to_string method downloads a remote object from pithos into a string, which is then returned. Also, implemented unit and functional tests. Changelog is updated Refs: #3608
-
- 15 May, 2013 14 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Also disallow moving deleted objects by version The later was implemented by accident, due to the symetry between move and copy Refs: #3737
-
Stavros Sachtouris authored
Refs: 3737
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3739
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3736
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3735
-
Stavros Sachtouris authored
Refs: #3735
-
Stavros Sachtouris authored
Refs: #3707
-
Stavros Sachtouris authored
Refs: #3707
-
Stavros Sachtouris authored
Refs: 3707
-
Stavros Sachtouris authored
Each upload involves a request that retrieves block size and hash information. In higher level applications, this request is redudant after the first upload. This feature allows higher level operations to cache retrieved container info in a session. Refs: #3707
-
- 14 May, 2013 11 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3730
-
Stavros Sachtouris authored
If the upload is successfull, if the -l or --details argument is present, kamaki lists all uploaded objects with all details returned by the server (e.g. object version, date of creation, etc) Refs: #3730
-
Stavros Sachtouris authored
Refs: #3656
-
Stavros Sachtouris authored
Refs: #3656
-
Stavros Sachtouris authored
Methods affected: upload_object upload_object_unchunked upload_object_by_manifestation unittests modified accordingly Refs: #3656
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
kamaki file purge <container> -F will automatically empty a container before purging it Refs: #3662
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3728
-