]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix X-Object-Meta-Static-Large-Object in SLO download 15045/head
authorlu.shasha <lu.shasha@eisoo.com>
Thu, 11 May 2017 07:23:29 +0000 (15:23 +0800)
committerlu.shasha <lu.shasha@eisoo.com>
Wed, 17 May 2017 02:41:15 +0000 (10:41 +0800)
commitd05fdd3874b10cfb889f760409c879f3b5b4964e
treeb57b4b71207f610b9af9ab51872985b3b7feffb2
parent80b7672bf8719b027d9f8bcee3cf5762b562a62d
rgw: fix X-Object-Meta-Static-Large-Object in SLO download

when download SLO objects, the response header "X-Object-Meta-Static-Large-Object" doesn't decode. Expect value is "True", but there is four bytes gibberish before it.

Fixes: http://tracker.ceph.com/issues/19951
Signed-off-by: Shasha Lu <lu.shasha@eisoo.com>
src/rgw/rgw_op.cc
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_swift.cc