mirror of
https://github.com/minio/minio.git
synced 2025-04-17 17:30:07 -04:00
Fix DeleteObjects() to remove renamed objects inside (#8072)
This commit is contained in:
parent
bf9b619d86
commit
1cd801b2e9
@ -185,7 +185,7 @@ func cleanupObjectsBulk(ctx context.Context, storage StorageAPI, volume string,
|
|||||||
if errs[idx] != nil {
|
if errs[idx] != nil {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
output, err := traverse(objPath)
|
output, err := traverse(retainSlash(pathJoin(objPath)))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
errs[idx] = err
|
errs[idx] = err
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user