mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
@@ -13,6 +13,6 @@ func init() {
|
||||
}
|
||||
|
||||
// NewS3Fs returns an error, S3 is disabled
|
||||
func NewS3Fs(connectionID, localTempDir string, config S3FsConfig) (Fs, error) {
|
||||
func NewS3Fs(connectionID, localTempDir, mountPath string, config S3FsConfig) (Fs, error) {
|
||||
return nil, errors.New("S3 disabled at build time")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user