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 96127efe22eb2ffd93d9bad5f9f7f69c353d9d76 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 13 18:52:01 2021 +0200 Camel-AWS Example: Aws2-s3 should use useDefaultCredentialProvider option, notes --- examples/aws/main-endpointdsl-aws2-s3/README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/aws/main-endpointdsl-aws2-s3/README.adoc b/examples/aws/main-endpointdsl-aws2-s3/README.adoc index 5af1f98..ceaa21b 100644 --- a/examples/aws/main-endpointdsl-aws2-s3/README.adoc +++ b/examples/aws/main-endpointdsl-aws2-s3/README.adoc @@ -8,7 +8,9 @@ The example will poll an S3 bucket and Log the content of the file. Notice how you can configure Camel in the `application.properties` file. -Don't forget to add your AWS Credentials and the bucket name. +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. === How to run