From: Radoslaw Zarzynski Date: Thu, 17 Sep 2015 16:15:14 +0000 (+0200) Subject: rgw: improve documentation for rgw_extended_http_attrs config opt. X-Git-Tag: v10.0.1~126^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c6e681a92f65b047c80b5026f864b461d2a2c230;p=ceph.git rgw: improve documentation for rgw_extended_http_attrs config opt. Signed-off-by: Radoslaw Zarzynski --- diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index b77d9277e377..8256af722a0d 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -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``