mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
rgw: add x-rgw-* as a possible meta header prefix
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
This commit is contained in:
parent
ee22c97b0f
commit
0769efa56b
@ -618,6 +618,7 @@ struct str_len {
|
||||
struct str_len meta_prefixes[] = { STR_LEN_ENTRY("HTTP_X_AMZ"),
|
||||
STR_LEN_ENTRY("HTTP_X_GOOG"),
|
||||
STR_LEN_ENTRY("HTTP_X_DHO"),
|
||||
STR_LEN_ENTRY("HTTP_X_RGW"),
|
||||
STR_LEN_ENTRY("HTTP_X_OBJECT"),
|
||||
STR_LEN_ENTRY("HTTP_X_CONTAINER"),
|
||||
{NULL, 0} };
|
||||
|
Loading…
Reference in New Issue
Block a user