mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
purge objects immediately with x-minio-force-delete in DeleteObject and DeleteBucket API (#15148)
This commit is contained in:
@@ -70,7 +70,10 @@ func TestUNCPaths(t *testing.T) {
|
||||
} else if err == nil && !test.pass {
|
||||
t.Error(err)
|
||||
}
|
||||
fs.Delete(context.Background(), "voldir", test.objName, false)
|
||||
fs.Delete(context.Background(), "voldir", test.objName, DeleteOptions{
|
||||
Recursive: false,
|
||||
Force: false,
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user