From e52d890162300b395e768fbc10961ea83285c573 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 4 Jun 2025 14:42:45 +0200 Subject: [PATCH] #7567 --- src/Server/SFTP.php | 5 +++++ 1 file changed, 5 insertions(+) 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. + } } -- 2.39.5