You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luigi De Masi (Jira)" <ji...@apache.org> on 2022/10/04 17:04:00 UTC

[jira] [Created] (CAMEL-18583) [camel-minio] deleteObjects operation does not delete multiple objects

Luigi De Masi created CAMEL-18583:
-------------------------------------

             Summary: [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.19.0
            Reporter: Luigi De Masi


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)