Revision 1a3eff62 docs/pithos-api-guide.rst

b/docs/pithos-api-guide.rst
583 583
x_object_modified_by        The user that committed the object's version
584 584
x_object_sharing            Object permissions (optional)
585 585
x_object_allowed_to         Allowed actions on object (optional)
586
x_object_public             Object's publicly accessible URI (optional)
586
x_object_public             Object's publicly accessible URI (optional: present if the object is public and the request user is the object owner)
587

  
587 588
==========================  ======================================
588 589

  
589 590
Sharing metadata and last modification timestamp will only be returned if there is no ``until`` parameter defined.
......
787 788
X-Object-Sharing            Object permissions (optional)
788 789
X-Object-Shared-By          Object inheriting permissions (optional)
789 790
X-Object-Allowed-To         Allowed actions on object (optional)
790
X-Object-Public             Object's publicly accessible URI (optional)
791
X-Object-Public             Object's publicly accessible URI (optional: present if the object is public and the request user is the object owner)
791 792
X-Object-Meta-*             Optional user defined metadata
792 793
==========================  ===============================
793 794

  
......
884 885
X-Object-Sharing            Object permissions (optional)
885 886
X-Object-Shared-By          Object inheriting permissions (optional)
886 887
X-Object-Allowed-To         Allowed actions on object (optional)
887
X-Object-Public             Object's publicly accessible URI (optional)
888
X-Object-Public             Object's publicly accessible URI (optional: present if the object is public and the request user is the object owner)
888 889
X-Object-Meta-*             Optional user defined metadata
889 890
==========================  ===============================
890 891

  

Also available in: Unified diff