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 bfa796eccb0c7e5b89a7d83e786381a4385d617e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Apr 13 17:05:44 2021 +0200

    Camel-AWS Example: Aws2-s3 to kafka should use useDefaultCredentialProvider 
option
---
 .../src/main/resources/application.properties                        | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git 
a/examples/aws/main-endpointdsl-aws2-s3-kafka/src/main/resources/application.properties
 
b/examples/aws/main-endpointdsl-aws2-s3-kafka/src/main/resources/application.properties
index c96ef93..d813f79 100644
--- 
a/examples/aws/main-endpointdsl-aws2-s3-kafka/src/main/resources/application.properties
+++ 
b/examples/aws/main-endpointdsl-aws2-s3-kafka/src/main/resources/application.properties
@@ -20,10 +20,7 @@
 camel.main.name = AWS2-S3-Consumer-to-Kafka
 
 # properties used in the route
-camel.component.aws2-s3.accessKey=xxxx
-camel.component.aws2-s3.secretKey=yyyy
-camel.component.aws2-s3.region=region
-bucketName=camel
+bucketName=camel-1
 
 kafkaTopic=mytopic
 kafkaBrokers=localhost:9092

Reply via email to