Camel-AWS Examples: Added notes about Credentials
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 @@
 
 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.