mirror of
https://github.com/rclone/rclone.git
synced 2026-01-08 03:23:26 +00:00
fs: add Wrap feature for FS to identify their parent FS (#1884)
This commit is contained in:
@@ -129,7 +129,7 @@ func NewFs(name, rpath string) (fs.Fs, error) {
|
||||
WriteMimeType: false,
|
||||
BucketBased: true,
|
||||
CanHaveEmptyDirectories: true,
|
||||
}).Fill(f).Mask(wrappedFs)
|
||||
}).Fill(f).Mask(wrappedFs).WrapsFs(f, wrappedFs)
|
||||
|
||||
doDirChangeNotify := wrappedFs.Features().DirChangeNotify
|
||||
if doDirChangeNotify != nil {
|
||||
|
||||
Reference in New Issue
Block a user