]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
aws: ws fix
authorAbhishek Lekshmanan <abhishek@suse.com>
Thu, 23 Feb 2017 14:58:20 +0000 (15:58 +0100)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 10 Apr 2018 15:03:10 +0000 (08:03 -0700)
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_sync_module_aws.cc

index df948cb67c0e1c1f614c4b4d1c44493bc3d05484..6f552875dba30b404a307bafd8900f2c011d9980 100644 (file)
@@ -62,10 +62,10 @@ public:
 
         // And we should do a part by part get and initiate mp on the aws side
         call(new RGWReadRESTResourceCR<bufferlist>(sync_env->cct,
-                                               conn,
-                                               sync_env->http_manager,
-                                               obj_path,
-                                               nullptr,
+                                                   conn,
+                                                   sync_env->http_manager,
+                                                   obj_path,
+                                                   nullptr,
                                                    &res,
                                                    true,
                                                    &res));