diff options
author | Yehuda Sadeh <yehuda@inktank.com> | 2012-12-12 13:49:55 -0800 |
---|---|---|
committer | Yehuda Sadeh <yehuda@inktank.com> | 2012-12-12 13:49:55 -0800 |
commit | 9d714560ee680abc7185d42a7d3226198810960c (patch) | |
tree | 6faf8e4ddfea7e208779167004ec1bf1230f555b | |
parent | 3a95d97648e60f4eb167ea72eef991067c728581 (diff) | |
download | ceph-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.rst | 2 |
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" |