From: Abhishek Lekshmanan Date: Thu, 23 Feb 2017 14:58:20 +0000 (+0100) Subject: aws: ws fix X-Git-Tag: v13.1.0~270^2~113 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9ba9181f486cc1f27143c0fc3b426a5751a51f76;p=ceph.git aws: ws fix Signed-off-by: Abhishek Lekshmanan --- diff --git a/src/rgw/rgw_sync_module_aws.cc b/src/rgw/rgw_sync_module_aws.cc index df948cb67c0e..6f552875dba3 100644 --- a/src/rgw/rgw_sync_module_aws.cc +++ b/src/rgw/rgw_sync_module_aws.cc @@ -62,10 +62,10 @@ public: // And we should do a part by part get and initiate mp on the aws side call(new RGWReadRESTResourceCR(sync_env->cct, - conn, - sync_env->http_manager, - obj_path, - nullptr, + conn, + sync_env->http_manager, + obj_path, + nullptr, &res, true, &res));