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 15:10:32 UTC

[camel-examples] 01/03: Camel-AWS Example: Aws2-s3 to kafka should use useDefaultCredentialProvider option

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 bfa796eccb0c7e5b89a7d83e786381a4385d617e
Author: Andrea Cosentino <an...@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