mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
GCS uploads: check Close() error
some code simplification too
This commit is contained in:
@@ -57,6 +57,7 @@ type Fs interface {
|
||||
GetMimeType(name string) (string, error)
|
||||
}
|
||||
|
||||
// ErrVfsUnsupported defines the error for an unsupported VFS operation
|
||||
var ErrVfsUnsupported = errors.New("Not supported")
|
||||
|
||||
// QuotaCheckResult defines the result for a quota check
|
||||
|
||||
Reference in New Issue
Block a user