]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: send data back when copying object
authorYehuda Sadeh <yehuda@inktank.com>
Sat, 20 Jul 2013 04:11:53 +0000 (21:11 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Mon, 22 Jul 2013 21:44:33 +0000 (14:44 -0700)
commit6094685e4f2b87a20febce4686ba88e98dcc6078
treea7111546180b333e0f471971f5a04d45fb123b4e
parent8c5e1db4fb76b5e1fcf6721ad210f143a571d7b8
rgw: send data back when copying object

Currently doing it only when copying between regions. This is
needed so that the operation doesn't time out (as it can take
a long time and the web server may just hang on us since we're
not sending any data).
This is configurable and can be disabled. Currently only implemented
for S3.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/common/config_opts.h
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_rados.cc
src/rgw/rgw_rados.h
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_s3.h