mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05: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 {
|
||||
continue
|
||||
}
|
||||
output, err := traverse(objPath)
|
||||
output, err := traverse(retainSlash(pathJoin(objPath)))
|
||||
if err != nil {
|
||||
errs[idx] = err
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user