From 328665db17bf87d36a3dcbf5f0d0d1a9410e2f96 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Mon, 21 Apr 2014 15:34:04 -0700 Subject: [PATCH] rgw: send user manifest header field Fixes: #8170 Backport: firefly If user manifest header exists (swift) send it as part of the object header data. Signed-off-by: Yehuda Sadeh (cherry picked from commit 5cc5686039a882ad345681133c9c5a4a2c2fd86b) --- src/rgw/rgw_rest.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/rgw_rest.cc b/src/rgw/rgw_rest.cc index 6473c614627ae..69948a6735bfe 100644 --- a/src/rgw/rgw_rest.cc +++ b/src/rgw/rgw_rest.cc @@ -36,6 +36,7 @@ static struct rgw_http_attr rgw_to_http_attr_list[] = { { RGW_ATTR_CACHE_CONTROL, "Cache-Control"}, { RGW_ATTR_CONTENT_DISP, "Content-Disposition"}, { RGW_ATTR_CONTENT_ENC, "Content-Encoding"}, + { RGW_ATTR_USER_MANIFEST, "X-Object-Manifest"}, { NULL, NULL}, }; -- 2.39.5