mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 10:13:52 +08: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