Revision 6d817842 docs/source/devguide.rst

b/docs/source/devguide.rst
294 294
last_modified               The last object modification date (regardless of version)
295 295
x_object_version            The object's version identifier
296 296
x_object_version_timestamp  The object's version timestamp
297
x_object_manifest           Large object support (optional)
297
x_object_manifest           Object parts prefix in ``<container>/<object>`` form (optional)
298 298
x_object_public             Object is publicly accessible (optional)
299 299
x_object_meta_*             Optional user defined metadata
300 300
==========================  ======================================
......
412 412
Content-Disposition         The presentation style of the object (optional)
413 413
X-Object-Version            The object's version identifier
414 414
X-Object-Version-Timestamp  The object's version timestamp
415
X-Object-Manifest           Large object support (optional)
415
X-Object-Manifest           Object parts prefix in ``<container>/<object>`` form (optional)
416 416
X-Object-Public             Object is publicly accessible (optional)
417 417
X-Object-Meta-*             Optional user defined metadata
418 418
==========================  ===============================
......
501 501
Content-Disposition         The presentation style of the object (optional)
502 502
X-Object-Version            The object's version identifier
503 503
X-Object-Version-Timestamp  The object's version timestamp
504
X-Object-Manifest           Large object support (optional)
504
X-Object-Manifest           Object parts prefix in ``<container>/<object>`` form (optional)
505 505
X-Object-Public             Object is publicly accessible (optional)
506 506
X-Object-Meta-*             Optional user defined metadata
507 507
==========================  ===============================
......
534 534
X-Source-Version      The source version to copy/move from
535 535
Content-Encoding      The encoding of the object (optional)
536 536
Content-Disposition   The presentation style of the object (optional)
537
X-Object-Manifest     Large object support (optional)
537
X-Object-Manifest     Object parts prefix in ``<container>/<object>`` form (optional)
538 538
X-Object-Public       Object is publicly accessible (optional)
539 539
X-Object-Meta-*       Optional user defined metadata
540 540
====================  ================================
......
569 569
Content-Encoding      The encoding of the object (optional)
570 570
Content-Disposition   The presentation style of the object (optional)
571 571
X-Source-Version      The source version to copy/move from
572
X-Object-Manifest     Large object support (optional)
572
X-Object-Manifest     Object parts prefix in ``<container>/<object>`` form (optional)
573 573
X-Object-Public       Object is publicly accessible (optional)
574 574
X-Object-Meta-*       Optional user defined metadata
575 575
====================  ================================
......
601 601
Transfer-Encoding     Set to ``chunked`` to specify incremental uploading (if used, ``Content-Length`` is ignored)
602 602
Content-Encoding      The encoding of the object (optional)
603 603
Content-Disposition   The presentation style of the object (optional)
604
X-Object-Manifest     Large object support (optional)
604
X-Object-Manifest     Object parts prefix in ``<container>/<object>`` form (optional)
605 605
X-Object-Public       Object is publicly accessible (optional)
606 606
X-Object-Meta-*       Optional user defined metadata
607 607
====================  ================================

Also available in: Unified diff