This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit 468670989a6caff6eb1f2c18e7602511d1e486fd Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 13 15:15:15 2021 +0200 Camel-AWS Examples: Added notes about Credentials --- .../aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc b/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc index b793dd1..241581c 100644 --- a/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc +++ b/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc @@ -17,7 +17,9 @@ At the end you should have a total of 20 files. Notice how you can configure Camel in the `application.properties` file. -Don't forget to add your AWS Credentials and the bucket name (already created ahead of time) and point to the correct topic. +This example will use the AWS default credentials Provider: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html +Set your credentials accordingly. +Don't forget to add the bucket name (already created ahead of time) and point to the correct topic. You'll need also a running kafka broker. You'll need to have kafkacat installed.