mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
quatrix: add partial upload support
This commit is contained in:
committed by
Nick Craig-Wood
parent
93f35c915a
commit
41a52f50df
@@ -193,6 +193,7 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e
|
|||||||
f.features = (&fs.Features{
|
f.features = (&fs.Features{
|
||||||
CaseInsensitive: false,
|
CaseInsensitive: false,
|
||||||
CanHaveEmptyDirectories: true,
|
CanHaveEmptyDirectories: true,
|
||||||
|
PartialUploads: true,
|
||||||
}).Fill(ctx, f)
|
}).Fill(ctx, f)
|
||||||
|
|
||||||
if f.opt.APIKey != "" {
|
if f.opt.APIKey != "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user