summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2012-12-12 13:49:55 -0800
committerYehuda Sadeh <yehuda@inktank.com>2012-12-12 13:49:55 -0800
commit9d714560ee680abc7185d42a7d3226198810960c (patch)
tree6faf8e4ddfea7e208779167004ec1bf1230f555b
parent3a95d97648e60f4eb167ea72eef991067c728581 (diff)
downloadceph-9d714560ee680abc7185d42a7d3226198810960c.tar.gz
docs: better documentation of new rgw feature
Document rgw_extended_http_attrs config option. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r--doc/radosgw/config-ref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst
index 6a7fa46e743..b8530b428cb 100644
--- a/doc/radosgw/config-ref.rst
+++ b/doc/radosgw/config-ref.rst
@@ -230,7 +230,7 @@ set automatically.
:Default: ``5ul << 20``
``rgw extended http attrs``
-:Description: Add new set of attributes that could be set on an object
+: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.
:Type: String
:Default: N/A
:Example: "content_foo, content_bar"