]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: improve documentation for rgw_extended_http_attrs config opt.
authorRadoslaw Zarzynski <rzarzynski@mirantis.com>
Thu, 17 Sep 2015 16:15:14 +0000 (18:15 +0200)
committerRadoslaw Zarzynski <rzarzynski@mirantis.com>
Thu, 17 Sep 2015 16:32:39 +0000 (18:32 +0200)
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
doc/radosgw/config-ref.rst

index b77d9277e37716a4202b35879a0b15e945f3e65f..8256af722a0d09c35a882cb3116b8deb7a909d78 100644 (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``