Revision 3be0f6c1

b/docs/source/devguide.rst
1092 1092
* Time-variant account/container listings via the ``until`` parameter.
1093 1093
* Object versions - parameter ``version`` in ``HEAD``/``GET`` (list versions with ``GET``), ``X-Object-Version-*`` meta in replies, ``X-Source-Version`` in ``PUT``/``COPY``.
1094 1094
* Sharing/publishing with ``X-Object-Sharing``, ``X-Object-Public`` at the object level. Cross-user operations are allowed - controlled by sharing directives. Available actions in cross-user requests are reported with ``X-Object-Allowed-To``. Permissions may include groups defined with ``X-Account-Group-*`` at the account level. These apply to the object - not its versions.
1095
* Support for prefix-based inheritance when enforcing permissions. Parent object carrying the authorization directives is reported in ``X-Object-Shared-By``.
1095
* Support for directory-based inheritance when enforcing permissions. Parent object carrying the authorization directives is reported in ``X-Object-Shared-By``.
1096 1096
* Copy and move between accounts with ``X-Source-Account`` and ``Destination-Account`` headers.
1097 1097
* Large object support with ``X-Object-Manifest``.
1098 1098
* Trace the user that created/modified an object with ``X-Object-Modified-By``.

Also available in: Unified diff