lib: Get rid of buggy filesystem wrapping (#8257)
This commit is contained in:
@@ -33,7 +33,7 @@ func newTrashcan(cfg config.FolderConfiguration) Versioner {
|
||||
// On error we default to 0, "do not clean out the trash can"
|
||||
|
||||
s := &trashcan{
|
||||
folderFs: cfg.Filesystem(),
|
||||
folderFs: cfg.Filesystem(nil),
|
||||
versionsFs: versionerFsFromFolderCfg(cfg),
|
||||
cleanoutDays: cleanoutDays,
|
||||
copyRangeMethod: cfg.CopyRangeMethod,
|
||||
|
||||
Reference in New Issue
Block a user