You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/12/03 10:28:44 UTC

[camel] branch regen_bot updated (0e663ef -> 06dbaf5)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 0e663ef  CAMEL-17200: camel-google-storage - Fix includeFolders when set to false
     add f7c75ac  CAMEL-17266: camel-google-storage - Include body should use stream caching
     add da5cadb  CAMEL-17266: camel-google-storage - Download to file support.
     add 06dbaf5  Regen for commit da5cadb5516bf11b96e240ec4935affe65737dea

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/google-storage.json   |  2 +
 .../GoogleCloudStorageComponentConfigurer.java     |  6 +++
 .../GoogleCloudStorageEndpointConfigurer.java      |  6 +++
 .../GoogleCloudStorageEndpointUriFactory.java      |  3 +-
 .../component/google/storage/google-storage.json   |  2 +
 .../storage/GoogleCloudStorageConfiguration.java   | 22 +++++++++
 .../google/storage/GoogleCloudStorageConsumer.java | 55 +++++++++++++++++++---
 ...calTest.java => ConsumerDownloadLocalTest.java} | 15 ++++--
 .../google/storage/unit/ConsumerLocalTest.java     |  1 -
 .../dsl/GoogleStorageComponentBuilderFactory.java  | 23 +++++++++
 .../GoogleCloudStorageEndpointBuilderFactory.java  | 22 +++++++++
 11 files changed, 145 insertions(+), 12 deletions(-)
 copy components/camel-google/camel-google-storage/src/test/java/org/apache/camel/component/google/storage/unit/{ConsumerLocalTest.java => ConsumerDownloadLocalTest.java} (85%)