1
0
mirror of https://github.com/ceph/ceph synced 2025-03-25 11:48:05 +00:00

rgw: improve documentation for rgw_extended_http_attrs config opt.

Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
This commit is contained in:
Radoslaw Zarzynski 2015-09-17 18:15:14 +02:00
parent eb7c21fdc6
commit c6e681a92f

View File

@ -231,14 +231,15 @@ Ceph configuration file, the default value will be set automatically.
``rgw extended http attrs``
:Description: Add new set of attributes that could be set on an object. These
extra attributes can be set through HTTP header fields when
putting the objects. If set, these attributes will return as HTTP
fields when doing GET/HEAD on the object.
:Description: Add new set of attributes that could be set on an entity
(user, bucket or object). These extra attributes can be set
through HTTP header fields when putting the entity or modifying
it using POST method. If set, these attributes will return as
HTTP fields when doing GET/HEAD on the entity.
:Type: String
:Default: None
:Example: "content_foo, content_bar"
:Example: "content_foo, content_bar, x-foo-bar"
``rgw exit timeout secs``