From: Abhishek Lekshmanan Date: Wed, 22 Feb 2017 18:50:13 +0000 (+0100) Subject: well more hacks to get my previous hack working X-Git-Tag: v13.1.0~270^2~120 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2d6fca04761bba395ac90b5dc84601552077852f;p=ceph.git well more hacks to get my previous hack working Signed-off-by: Abhishek Lekshmanan --- diff --git a/src/rgw/rgw_sync_module_aws.cc b/src/rgw/rgw_sync_module_aws.cc index ad798039883c..7bb98a539ab4 100644 --- a/src/rgw/rgw_sync_module_aws.cc +++ b/src/rgw/rgw_sync_module_aws.cc @@ -66,7 +66,9 @@ public: sync_env->http_manager, obj_path, nullptr, - &res)); + &res, + true, + &res)); } if (retcode < 0) {