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

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

Andrea Evangelista created CAMEL-17392:
------------------------------------------

             Summary: 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


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)