This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch s3-to-log-with-secret in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git
commit cc401cf34396c1176ef739cbd15a05cadea95b53 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 4 14:09:28 2021 +0200 Added Example to list --- kamelets/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kamelets/README.md b/kamelets/README.md index dfa7102..9d46b4f 100644 --- a/kamelets/README.md +++ b/kamelets/README.md @@ -13,6 +13,7 @@ All the Kamelet examples in this folder have been tested on Camel-K 1.5.0. ## Examples List - [AWS S3 to Log](./aws-s3-to-log): Create a Kamelet binding between an AWS S3 Source Kamelet and a Log Sink Kamelet +- [AWS S3 to Log with Secret](./aws-s3-to-log-with-secret): Create a Kamelet binding between an AWS S3 Source Kamelet and a Log Sink Kamelet and define S3 credentials through Kubernetes secret - [AWS S3 to Kafka with Timestamp router](./aws-s3-to-kafka-with-timestamp-router): Create a Kamelet binding between an AWS S3 Source Kamelet and a Kafka Sink Kamelet, with the usage of the Timestamp Router Action. - [Kafka to Kafka with Regex router](./kafka-to-kafka-with-regex-router): Create a Kamelet binding between a Kafka Source Kamelet and a Kafka Sink Kamelet, with the usage of the Regex Router Action. - [Kafka to Kafka with Manual commit](./kafka-to-kafka-with-manual-commit): Create a Kamelet binding between a Kafka Source Kamelet and a Kafka Sink Kamelet, with the usage of the Manual Commit Action.