fix: make sure to delete dangling objects during heal (#13138)

heal with --remove was not removing dangling versions
on versioned buckets, this PR fixes this properly.

this is a regression introduced in PR #12617
This commit is contained in:
Harshavardhana
2021-09-02 17:45:30 -07:00
committed by GitHub
parent a366143c5b
commit 495c55e6a5
4 changed files with 173 additions and 12 deletions

View File

@@ -84,7 +84,7 @@ var (
},
config.KV{
Key: apiListQuorum,
Value: "optimal",
Value: "strict",
},
config.KV{
Key: apiReplicationWorkers,