Revision 104626e3 docs/source/devguide.rst

b/docs/source/devguide.rst
303 303
last_modified               The last object modification date (regardless of version)
304 304
x_object_version            The object's version identifier
305 305
x_object_version_timestamp  The object's version timestamp
306
x_object_modified_by        The user that committed the object's version
306 307
x_object_manifest           Object parts prefix in ``<container>/<object>`` form (optional)
307 308
x_object_public             Object is publicly accessible (optional) (**TBD**)
308 309
x_object_meta_*             Optional user defined metadata
......
429 430
Content-Disposition         The presentation style of the object (optional)
430 431
X-Object-Version            The object's version identifier
431 432
X-Object-Version-Timestamp  The object's version timestamp
433
X-Object-Modified-By        The user that comitted the object's version
432 434
X-Object-Manifest           Object parts prefix in ``<container>/<object>`` form (optional)
433 435
X-Object-Public             Object is publicly accessible (optional) (**TBD**)
434 436
X-Object-Meta-*             Optional user defined metadata
......
485 487
    <hash>...</hash>
486 488
  </object>
487 489

  
488
Version lists include the version identifier and timestamp for each available object version. Version identifiers are integers, with the only requirement that newer versions have a larger identifier than previous ones.
490
Version lists include the version identifier and timestamp for each available object version. Version identifiers can be arbitrary strings, so use the timestamp to find newer versions.
489 491

  
490 492
Example ``format=json`` reply:
491 493

  
......
518 520
Content-Disposition         The presentation style of the object (optional)
519 521
X-Object-Version            The object's version identifier
520 522
X-Object-Version-Timestamp  The object's version timestamp
523
X-Object-Modified-By        The user that comitted the object's version
521 524
X-Object-Manifest           Object parts prefix in ``<container>/<object>`` form (optional)
522 525
X-Object-Public             Object is publicly accessible (optional) (**TBD**)
523 526
X-Object-Meta-*             Optional user defined metadata
......
718 721
* Object versions - parameter ``version`` in HEAD/GET (list versions with GET), ``X-Object-Version-*`` meta in replies, ``X-Source-Version`` in PUT/COPY.
719 722
* Publicly accessible objects via ``https://hostname/public``. Control with ``X-Object-Public`` (**TBD**).
720 723
* Large object support with ``X-Object-Manifest``.
724
* Trace the user that created/modified an object with ``X-Object-Modified-By``.
721 725

  
722 726
Clarifications/suggestions:
723 727

  

Also available in: Unified diff