mirror of
https://github.com/minio/minio.git
synced 2025-11-22 02:35:30 -05:00
Improve listing consistency with version merging (#13723)
This commit is contained in:
@@ -656,6 +656,7 @@ func (f *folderScanner) scanFolder(ctx context.Context, folder cachedFolder, int
|
||||
dirQuorum: getReadQuorum(len(f.disks)),
|
||||
objQuorum: getReadQuorum(len(f.disks)),
|
||||
bucket: "",
|
||||
strict: false,
|
||||
}
|
||||
|
||||
healObjectsPrefix := color.Green("healObjects:")
|
||||
|
||||
Reference in New Issue
Block a user