mirror of
https://github.com/rclone/rclone.git
synced 2025-08-13 23:38:51 +02:00
union: mark ListP as not supported yet
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user