forked from TrueCloudLab/rclone
filefabric: set Features.Read/WriteMimeType as both supported
This commit is contained in:
parent
987dac9fe5
commit
135adb426e
1 changed files with 2 additions and 0 deletions
|
@ -439,6 +439,8 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e
|
||||||
f.features = (&fs.Features{
|
f.features = (&fs.Features{
|
||||||
CaseInsensitive: true,
|
CaseInsensitive: true,
|
||||||
CanHaveEmptyDirectories: true,
|
CanHaveEmptyDirectories: true,
|
||||||
|
ReadMimeType: true,
|
||||||
|
WriteMimeType: true,
|
||||||
}).Fill(ctx, f)
|
}).Fill(ctx, f)
|
||||||
if f.opt.Version == "" {
|
if f.opt.Version == "" {
|
||||||
err = f.getApplianceInfo(ctx)
|
err = f.getApplianceInfo(ctx)
|
||||||
|
|
Loading…
Add table
Reference in a new issue