Skip to content

Commit

Permalink
feat(115): enable NoOverwriteUpload [skip ci] (close #3669)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Mar 5, 2023
1 parent c915313 commit 34ef6bd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions drivers/115/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ type Addition struct {
}

var config = driver.Config{
Name: "115 Cloud",
DefaultRoot: "0",
OnlyProxy: true,
OnlyLocal: true,
Name: "115 Cloud",
DefaultRoot: "0",
OnlyProxy: true,
OnlyLocal: true,
NoOverwriteUpload: true,
}

func init() {
Expand Down

0 comments on commit 34ef6bd

Please sign in to comment.