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{
|
||||
CaseInsensitive: false,
|
||||
CanHaveEmptyDirectories: true,
|
||||
PartialUploads: true,
|
||||
}).Fill(ctx, f)
|
||||
|
||||
if f.opt.APIKey != "" {
|
||||
|
|
Loading…
Reference in a new issue