From 34ef6bd18d4af81fb75b2f4c8566d1312a54c023 Mon Sep 17 00:00:00 2001 From: Andy Hsu Date: Sun, 5 Mar 2023 17:59:19 +0800 Subject: [PATCH] feat(115): enable `NoOverwriteUpload` [skip ci] (close #3669) --- drivers/115/meta.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/115/meta.go b/drivers/115/meta.go index c3092bfb..3e7c3f91 100644 --- a/drivers/115/meta.go +++ b/drivers/115/meta.go @@ -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() {