mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
quatrix: add partial upload support
This commit is contained in:
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{
|
||||
CaseInsensitive: false,
|
||||
CanHaveEmptyDirectories: true,
|
||||
PartialUploads: true,
|
||||
}).Fill(ctx, f)
|
||||
|
||||
if f.opt.APIKey != "" {
|
||||
|
Loading…
Reference in New Issue
Block a user