]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: Use correct bucket info when put or get large object with swift. 40106/head
authorzhangzhiming <zhangzhm1@chinatelecom.cn>
Mon, 15 Mar 2021 01:42:33 +0000 (09:42 +0800)
committerzhangzhiming <zhangzhm1@chinatelecom.cn>
Tue, 18 May 2021 01:08:25 +0000 (09:08 +0800)
commit5583ae19069ed246b326b7f98d2bc5446d098077
treefeb84814333e0ac5aeb2ad84525896cc1f9c8480
parent0be5ed540e61581c10993ba2ef270c2110e48505
rgw: Use correct bucket info when put or get large object with swift.

Fixes: https://tracker.ceph.com/issues/49791
Signed-off-by: zhiming zhang <zhangzhm1@chinatelecom.cn>
Signed-off-by: yupeng chen <chenyupeng@chinatelecom.cn>
(cherry picked from commit bdd0635fbb0632c881e8f38c563f88d0957688bf)

 Conflicts:
src/rgw/rgw_op.cc
src/rgw/rgw_rest_swift.cc

-In octopus:
- RGWRados::Object op_target(store->getRados(), ...)
-In nautilus:
- RGWRados::Object op_target(store, ...)
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_rest_swift.cc