]> _ Git - cubist_net.git/commitdiff
wip #7175
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Nov 2024 18:53:49 +0000 (19:53 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Nov 2024 18:53:49 +0000 (19:53 +0100)
src/Transfer/S3.php

index ed76ea700cf6bba001de602115f6abef06b90cb5..798abe7a7e9e037f3e9da7922ac5def6400277d7 100644 (file)
@@ -74,7 +74,6 @@ class S3 extends Driver
 
     protected function synchronizeFiles($source, $dest, $mirror = false, $dryrun = false)
     {
-
         $rclone = new LocalToS3Rclone();
         $rclone->setServer($this->getServer());
         $rclone->setArg();