Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.18.2, 3.19.0
-
None
-
Unknown
Description
The bug is in the org.apache.camel.component.minio.MinioProducer.deleteObjects() method.
Minio API performs deletion lazily, deleteObjects request is performed while iterating through the result object.
https://min.io/docs/minio/linux/developers/java/API.html#removeobjects-removeobjectsargs-args
Removes multiple objects lazily. Its required to iterate the returned Iterable to perform removal.