fix: reject clients that do not send proper payload (#18701)

This commit is contained in:
Harshavardhana
2023-12-22 01:26:17 -08:00
committed by GitHub
parent 22f8e39b58
commit da55499db0
4 changed files with 12 additions and 6 deletions

View File

@@ -716,7 +716,7 @@ func (set *erasureObjects) listObjectsToDecommission(ctx context.Context, bi dec
path: bi.Prefix,
recursive: true,
forwardTo: "",
minDisks: len(disks) / 2,
minDisks: listQuorum,
reportNotFound: false,
agreed: fn,
partial: func(entries metaCacheEntries, _ []error) {