Commit 80bce42
committed
Do not set completed if NoSuchVersion in removeObjects
Previously if batch object removal gets `NoSuchVersion` error only,
the iterator stops processing next batches. This is fixed by continue
processing next batches for `NoSuchVersion` but stops for other
errors.
Signed-off-by: Bala.FA <bala@minio.io>1 parent 942e2e5 commit 80bce42
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1117 | 1117 | | |
1118 | 1118 | | |
1119 | 1119 | | |
1120 | | - | |
| 1120 | + | |
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
| |||
0 commit comments