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/04/13 13:16:54 UTC

[camel-examples] 02/02: Camel-AWS Examples: Added notes about Credentials

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-examples.git

commit b2e65a6d87e031c8154674f8761c707fde3eaf66
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 13 15:16:05 2021 +0200

    Camel-AWS Examples: Added notes about Credentials
---
 examples/aws/main-endpointdsl-kafka-aws2-s3/README.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/aws/main-endpointdsl-kafka-aws2-s3/README.adoc b/examples/aws/main-endpointdsl-kafka-aws2-s3/README.adoc
index f107f64..e5614e7 100644
--- a/examples/aws/main-endpointdsl-kafka-aws2-s3/README.adoc
+++ b/examples/aws/main-endpointdsl-kafka-aws2-s3/README.adoc
@@ -20,7 +20,9 @@ At the end you should have a total of 80 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.