mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
@@ -13,6 +13,6 @@ func init() {
|
||||
}
|
||||
|
||||
// NewAzBlobFs returns an error, Azure Blob storage is disabled
|
||||
func NewAzBlobFs(connectionID, localTempDir string, config AzBlobFsConfig) (Fs, error) {
|
||||
func NewAzBlobFs(connectionID, localTempDir, mountPath string, config AzBlobFsConfig) (Fs, error) {
|
||||
return nil, errors.New("Azure Blob Storage disabled at build time")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user