This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch headers-support-5 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit f844d384fd5f98739dd41fcea888f27540e9a11d Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Oct 17 14:09:15 2022 +0200 Added a Catalog Method showing the supported headers (specific for consumer, producer and common) for a Kamelet - Google Storage Signed-off-by: Andrea Cosentino <[email protected]> --- .../apache/camel/kamelets/catalog/model/KameletPrefixSchemeEnum.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletPrefixSchemeEnum.java b/library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletPrefixSchemeEnum.java index fc49127b..ec4259c8 100644 --- a/library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletPrefixSchemeEnum.java +++ b/library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletPrefixSchemeEnum.java @@ -62,7 +62,8 @@ public enum KameletPrefixSchemeEnum { google_functions("google-functions", "google-functions"), google_mail("google-mail", "google-mail-stream"), google_pubsub("google-pubsub", "google-pubsub"), - google_sheets("google-sheets", "google-sheets-stream"); + google_sheets("google-sheets", "google-sheets-stream"), + google_storage("google-storage", "google-storage"); public final String name; public final String scheme;
