quatrix: add partial upload support

This commit is contained in:
Oksana Zhykina 2023-10-03 20:04:26 +03:00 committed by Nick Craig-Wood
parent 93f35c915a
commit 41a52f50df

View File

@ -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 != "" {