1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-23 19:53:53 +00:00

union: mark ListP as not supported yet

This commit is contained in:
Nick Craig-Wood
2024-12-03 16:19:47 +00:00
parent 5d8f1d4b88
commit d64a97f973
2 changed files with 4 additions and 1 deletions

View File

@@ -1020,6 +1020,9 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e
}
}
// Disable ListP always
features.ListP = nil
// show that we wrap other backends
features.Overlay = true