forked from TrueCloudLab/rclone
quatrix: add partial upload support
This commit is contained in:
parent
93f35c915a
commit
41a52f50df
1 changed files with 1 additions and 0 deletions
|
@ -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 != "" {
|
||||||
|
|
Loading…
Add table
Reference in a new issue