Revision 133e3fcf docs/pithos-api-guide.rst

b/docs/pithos-api-guide.rst
28 28
Revision                   Description
29 29
=========================  ================================
30 30
0.14 (Jun 18, 2013)        Forbidden response for public listing by non path owners
31
0.14 (Apr 23, 2013)        Reply with Merkle hash in the ETag if MD5 is not computed.
31 32
0.13 (Mar 27, 2013)        Restrict public object listing only to the owner.
32 33
\                          Do not propagate public URL information in shared objects.
33 34
0.13 (Jan 21, 2013)        Proxy identity management services
34 35
\                          UUID to displayname translation
35
0.9 (Feb 17, 2012)         Change permissions model.
36 36
0.10 (Jul 18, 2012)        Support for bulk COPY/MOVE/DELETE
37 37
\                          Optionally include public objects in listings.
38 38
0.9 (Feb 17, 2012)         Change permissions model.
......
947 947
==========================  ===============================
948 948
Reply Header Name           Value
949 949
==========================  ===============================
950
ETag                        The MD5 hash of the object
950
ETag                        The MD5 (or the Merkle if MD5 is deactivated) hash of the object
951 951
X-Object-Version            The object's new version
952 952
==========================  ===============================
953 953

  
......
960 960
409 (Conflict)                  The object can not be created from the provided hashmap (a list of missing hashes will be included in the reply)
961 961
411 (Length Required)           Missing ``Content-Length`` or ``Content-Type`` in the request
962 962
413 (Request Entity Too Large)  Insufficient quota to complete the request
963
422 (Unprocessable Entity)      The MD5 checksum of the data written to the storage system does not match the (optionally) supplied ETag value
963
422 (Unprocessable Entity)      The MD5 (or the Merkle if MD5 is deactivated) checksum of the data written to the storage system does not match the (optionally) supplied ETag value
964 964
==============================  ==============================
965 965

  
966 966

  
......
1102 1102
==========================  ===============================
1103 1103
Reply Header Name           Value
1104 1104
==========================  ===============================
1105
ETag                        The MD5 hash of the object
1105
ETag                        The MD5 (or the Merkle if MD5 is deactivated) hash of the object
1106 1106
X-Object-Version            The object's new version
1107 1107
==========================  ===============================
1108 1108

  

Also available in: Unified diff