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`` ``rgw extended http attrs``
:Description: Add new set of attributes that could be set on an object. These :Description: Add new set of attributes that could be set on an entity
extra attributes can be set through HTTP header fields when (user, bucket or object). These extra attributes can be set
putting the objects. If set, these attributes will return as HTTP through HTTP header fields when putting the entity or modifying
fields when doing GET/HEAD on the object. it using POST method. If set, these attributes will return as
HTTP fields when doing GET/HEAD on the entity.
:Type: String :Type: String
:Default: None :Default: None
:Example: "content_foo, content_bar" :Example: "content_foo, content_bar, x-foo-bar"
``rgw exit timeout secs`` ``rgw exit timeout secs``