mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 07:10:56 +03:00
@@ -13,6 +13,6 @@ func init() {
|
||||
}
|
||||
|
||||
// NewGCSFs returns an error, GCS is disabled
|
||||
func NewGCSFs(connectionID, localTempDir string, config GCSFsConfig) (Fs, error) {
|
||||
func NewGCSFs(connectionID, localTempDir, mountPath string, config GCSFsConfig) (Fs, error) {
|
||||
return nil, errors.New("Google Cloud Storage disabled at build time")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user