mirror of
https://github.com/rclone/rclone.git
synced 2025-01-22 06:09:21 +01:00
fichier: set Features.ReadMimeType=true as Object.MimeType is supported
This commit is contained in:
parent
7fde48a805
commit
987dac9fe5
@ -193,6 +193,7 @@ func NewFs(ctx context.Context, name string, root string, config configmap.Mappe
|
||||
f.features = (&fs.Features{
|
||||
DuplicateFiles: true,
|
||||
CanHaveEmptyDirectories: true,
|
||||
ReadMimeType: true,
|
||||
}).Fill(ctx, f)
|
||||
|
||||
client := fshttp.NewClient(ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user