From: Vincent Vanwaelscappel Date: Wed, 4 Jun 2025 12:42:45 +0000 (+0200) Subject: #7567 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e52d890162300b395e768fbc10961ea83285c573;p=cubist_net.git #7567 --- diff --git a/src/Server/SFTP.php b/src/Server/SFTP.php index 06992f7..bb55cf1 100644 --- a/src/Server/SFTP.php +++ b/src/Server/SFTP.php @@ -96,4 +96,9 @@ class SFTP implements IServer { // TODO: Implement getS3Provider() method. } + + public function getGCSServiceAccountKey() + { + // TODO: Implement getGCSServiceAccountKey() method. + } }