feat(115): enable `NoOverwriteUpload` [skip ci] (close #3669)

pull/3727/head
Andy Hsu 2023-03-05 17:59:19 +08:00
parent c915313ec9
commit 34ef6bd18d
1 changed files with 5 additions and 4 deletions

View File

@ -16,6 +16,7 @@ var config = driver.Config{
DefaultRoot: "0",
OnlyProxy: true,
OnlyLocal: true,
NoOverwriteUpload: true,
}
func init() {