From 41a52f50df66bebdaf06c564ac94702b622907a6 Mon Sep 17 00:00:00 2001 From: Oksana Zhykina Date: Tue, 3 Oct 2023 20:04:26 +0300 Subject: [PATCH] quatrix: add partial upload support --- backend/quatrix/quatrix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/quatrix/quatrix.go b/backend/quatrix/quatrix.go index 7a56c2722..5165aaeba 100644 --- a/backend/quatrix/quatrix.go +++ b/backend/quatrix/quatrix.go @@ -193,6 +193,7 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e f.features = (&fs.Features{ CaseInsensitive: false, CanHaveEmptyDirectories: true, + PartialUploads: true, }).Fill(ctx, f) if f.opt.APIKey != "" {