]> _ Git - cubist_net.git/commitdiff
#7567
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 4 Jun 2025 12:42:45 +0000 (14:42 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 4 Jun 2025 12:42:45 +0000 (14:42 +0200)
src/Server/SFTP.php

index 06992f76b2d1c3095f7b068399268150eb0b2085..bb55cf11dd87dd5ba5a5ba0f5f6c50c2daa10cbe 100644 (file)
@@ -96,4 +96,9 @@ class SFTP implements IServer
     {
         // TODO: Implement getS3Provider() method.
     }
+
+    public function getGCSServiceAccountKey()
+    {
+        // TODO: Implement getGCSServiceAccountKey() method.
+    }
 }