You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/12/29 14:09:00 UTC

[jira] [Resolved] (CAMEL-17392) Camel-google-storage - Provide a way to filter blobs in a bucket

     [ https://issues.apache.org/jira/browse/CAMEL-17392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-17392.
---------------------------------
    Fix Version/s: 3.15.0
       Resolution: Fixed

> Camel-google-storage - Provide a way to filter blobs in a bucket
> ----------------------------------------------------------------
>
>                 Key: CAMEL-17392
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17392
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-google
>            Reporter: Andrea Evangelista
>            Priority: Major
>             Fix For: 3.15.0
>
>
> This improvement introduces a filter option to the camel-google-storage consumer. The filter will operates on files in the bucket, based on a specific regular expression. 
> As a consequence the following improvements will be provided to the users:
>  - Avoid to create an exchange for blobs that don't match the regex
>  - Avoid memory consumption especially when the bucket it's huge
>  - Extend the component with a feature that it's not present google api side
>  
> It's worth noting here that the filter option it's different from a prefix option. The prefix concept It's present google api side but It's not used in the related camel component and, as reported by the documentation, should be used to filter results to blobs whose names begin with this prefix.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)