You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/19 07:02:48 UTC

[camel] 01/04: Camel-Google-Storage: Added google storage starter docs

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d8f00b3f9c6e6c0e4992048730f886b3c112f773
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 19 07:48:21 2021 +0100

    Camel-Google-Storage: Added google storage starter docs
---
 .../camel-google-storage/src/main/docs/google-storage-component.adoc    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-google/camel-google-storage/src/main/docs/google-storage-component.adoc b/components/camel-google/camel-google-storage/src/main/docs/google-storage-component.adoc
index c1064cb..ef7b525 100644
--- a/components/camel-google/camel-google-storage/src/main/docs/google-storage-component.adoc
+++ b/components/camel-google/camel-google-storage/src/main/docs/google-storage-component.adoc
@@ -395,3 +395,5 @@ This will require specifying the destinationBucket option. As example:
 --------------------------------------------------------------------------------
 
 In this case the objects consumed will be moved to myCamelProcessedBucket bucket and deleted from the original one (because of deleteAfterRead).
+
+include::camel-spring-boot::page$google-storage-starter.adoc[]