mirror of
https://github.com/ceph/ceph
synced 2025-03-30 07:19:14 +00:00
rgw: improve documentation for rgw_extended_http_attrs config opt.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
This commit is contained in:
parent
eb7c21fdc6
commit
c6e681a92f
@ -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``
|
||||||
|
Loading…
Reference in New Issue
Block a user