feat(drivers): alias a new storage with multi path (close #3248)

This commit is contained in:
Andy Hsu
2023-03-13 15:35:37 +08:00
parent 3b2703a5e5
commit 301756ba03
7 changed files with 235 additions and 16 deletions

View File

@ -14,14 +14,17 @@ type Addition struct {
}
var config = driver.Config{
Name: "Template",
LocalSort: false,
OnlyLocal: false,
OnlyProxy: false,
NoCache: false,
NoUpload: false,
NeedMs: false,
DefaultRoot: "root, / or other",
Name: "Template",
LocalSort: false,
OnlyLocal: false,
OnlyProxy: false,
NoCache: false,
NoUpload: false,
NeedMs: false,
DefaultRoot: "root, / or other",
CheckStatus: false,
Alert: "",
NoOverwriteUpload: false,
}
func init() {