mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
Bulk delete API was using cleanupObjectsBulk() which calls posix listing and delete API to remove objects internal files in the backend (xl.json and parts) one by one. Add DeletePrefixes in the storage API to remove the content of a directory in a single call. Also use a remove goroutine for each disk to accelerate removal.
2.5 KiB
2.5 KiB