Skip to content

Commit

Permalink
fix(115): disable NoOverwriteUpload
Browse files Browse the repository at this point in the history
  • Loading branch information
SheltonZhu authored Apr 30, 2024
1 parent 0e246a7 commit f35123c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/115/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var config = driver.Config{
DefaultRoot: "0",
//OnlyProxy: true,
//OnlyLocal: true,
NoOverwriteUpload: true,
//NoOverwriteUpload: true,
}

func init() {
Expand Down

0 comments on commit f35123c

Please sign in to comment.