]> _ Git - cubist_util.git/commitdiff
wait #7175 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Nov 2024 18:53:34 +0000 (19:53 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Nov 2024 18:53:34 +0000 (19:53 +0100)
src/CommandLine/LocalToS3Rclone.php

index ed245db4c9889c71714f5f881f89fd2aacae6e4d..87e344221e4a95f68f75234893566350577d6398 100644 (file)
@@ -25,7 +25,7 @@ class LocalToS3Rclone extends CloneProgram
         foreach ($this->_cloneArgs as $name => $value) {
             $this->setArg($name, $value);
         }
-        $dest = ':' . mb_strtolower($this->getProtocol()) . ':' . $this->getBucket() . '/' . rtrim($this->getDest(), '/') . '/';
+        $dest = ':s3:' . $this->getBucket() . '/' . rtrim($this->getDest(), '/') . '/';
         $this->setManualArg($dest);
     }