heal: Dangling check to evaluate object parts separately (#19797)

This commit is contained in:
Anis Eleuch
2024-06-10 16:51:27 +01:00
committed by GitHub
parent 0662c90b5c
commit 789cbc6fb2
17 changed files with 614 additions and 183 deletions
+2
View File
@@ -112,6 +112,7 @@ const (
HandlerListBuckets
HandlerRenameDataInline
HandlerRenameData2
HandlerCheckParts2
// Add more above here ^^^
// If all handlers are used, the type of Handler can be changed.
@@ -192,6 +193,7 @@ var handlerPrefixes = [handlerLast]string{
HandlerListBuckets: peerPrefixS3,
HandlerRenameDataInline: storagePrefix,
HandlerRenameData2: storagePrefix,
HandlerCheckParts2: storagePrefix,
}
const (