Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients @ d1856abf

Name Size
__init__.py 5.2 kB
astakos.py 1.9 kB
compute.py 6.6 kB
cyclades.py 4.5 kB
image.py 4.4 kB
pithos.py 8.4 kB
storage.py 7.1 kB
utils.py 3 kB

Latest revisions

# Date Author Comment
e742badc 07/10/2012 05:09 pm Stavros Sachtouris

Simplified Client code

Added set_header method then replaced code that pushes headers to the query with calls to this much simpler method

d1856abf 07/10/2012 05:09 pm Stavros Sachtouris

Added policy handling

In CLI setversioning, versioning, setquota, quota for account and container
In storage(pithos) set_container_versioning, set_container_quota, set_account_versioning, set_account_quota
also get_*_policy methods are split to get_*_versioning and get_*_quota

bebdd0d6 07/10/2012 05:09 pm Stavros Sachtouris

Merged delete operations

In CLI:
- store_delete merged with store_delete_container

In storage:
- Error message fix

450bb2e6 07/10/2012 05:09 pm Stavros Sachtouris

Merged store create operations

In CLI, store_create_container and store_create_object(directory) are merged as "create"
The function "store_upload" remains due to different semantics

8c4f0fbf 07/10/2012 05:09 pm Stavros Sachtouris

Adjusted store_download and store_upload params

d0b42fb4 07/10/2012 05:09 pm Stavros Sachtouris

Added meta to retrieve custom metacontent

In CLI added store_meta for retrieving custom metacontent for account, container or object

In storage added:
- auxiliary method filter_dict_with_prefix
- get_account_meta
- get_container_meta
- get_object_meta

0e4bec91 07/10/2012 05:09 pm Stavros Sachtouris

Added set_account_meta

In CLI:
- added store_set_account_meta
- added auxiliary dict_from_args in utils.py

In storage:
- added set_account_meta
- created client/util.py to store auxiliary methods semantically indepented Client
- added auxiliary prefix_keys to client/utils.py...

af3b2b36 07/10/2012 05:09 pm Stavros Sachtouris

Added store_setmeta (pithos API implementation)

-In CLI:
- store_meta for account, container and/or object
- minor fixes to meta

In storage,pithos:
- methods replace_account/container/object_meta in storage (OpenStack API)
- methods set_account/container/object_meta in pithos (Pithos API)...

e6b39366 07/10/2012 05:09 pm Stavros Sachtouris

Added store_delmenta (delete specific meta)

In CLI:
- store_delmeta for account, container, object
In storage,pithos:
- store_account_delmeta
- store_container_delemeta
- store_object_delmeta (is buggy, hope to fix it soon)...
87688514 07/10/2012 05:09 pm Stavros Sachtouris

Added un/publish object

View revisions

Also available in: Atom