mirror of
https://github.com/rclone/rclone
synced 2024-12-26 18:23:45 +01:00
filefabric: set Features.Read/WriteMimeType as both supported
This commit is contained in:
parent
987dac9fe5
commit
135adb426e
@ -439,6 +439,8 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e
|
||||
f.features = (&fs.Features{
|
||||
CaseInsensitive: true,
|
||||
CanHaveEmptyDirectories: true,
|
||||
ReadMimeType: true,
|
||||
WriteMimeType: true,
|
||||
}).Fill(ctx, f)
|
||||
if f.opt.Version == "" {
|
||||
err = f.getApplianceInfo(ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user