[
https://issues.apache.org/jira/browse/CAMEL-18583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-18583:
--------------------------------
Affects Version/s: 3.18.2
> [camel-minio] deleteObjects operation does not delete multiple objects
> ----------------------------------------------------------------------
>
> Key: CAMEL-18583
> URL: https://issues.apache.org/jira/browse/CAMEL-18583
> Project: Camel
> Issue Type: Bug
> Components: camel-minio
> Affects Versions: 3.18.2, 3.19.0
> Reporter: Luigi De Masi
> Assignee: Luigi De Masi
> Priority: Major
> Fix For: 3.18.3, 3.20.0
>
>
> 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]
> {quote}
> _Removes multiple objects lazily. Its required to iterate the returned
> Iterable to perform removal._
> {quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)