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 ee32cbf024ddcd2c5f56e5136de8f6c3f94ed7bc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 13 17:09:03 2021 +0200 Camel-AWS Example: Aws2-s3 to kafka should use useDefaultCredentialProvider option, notes --- examples/aws/main-endpointdsl-aws2-s3-kafka/README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/aws/main-endpointdsl-aws2-s3-kafka/README.adoc b/examples/aws/main-endpointdsl-aws2-s3-kafka/README.adoc index 88abc6e..452a9b9 100644 --- a/examples/aws/main-endpointdsl-aws2-s3-kafka/README.adoc +++ b/examples/aws/main-endpointdsl-aws2-s3-kafka/README.adoc @@ -8,7 +8,9 @@ The example will poll an S3 bucket and send this to a Kafka topic. Notice how you can configure Camel in the `application.properties` file. -Don't forget to add your AWS Credentials and the bucket name 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 and point to the correct topic. === How to run