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 d69124160a7f42d220aff38a3eefa2418b6d0a49 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 13 18:49:55 2021 +0200 Camel-AWS Example: Aws2-s3 should use useDefaultCredentialProvider option, notes --- .../main-endpointdsl-aws2-s3/src/main/resources/application.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/aws/main-endpointdsl-aws2-s3/src/main/resources/application.properties b/examples/aws/main-endpointdsl-aws2-s3/src/main/resources/application.properties index 77bc0d3..d1295d7 100644 --- a/examples/aws/main-endpointdsl-aws2-s3/src/main/resources/application.properties +++ b/examples/aws/main-endpointdsl-aws2-s3/src/main/resources/application.properties @@ -20,7 +20,4 @@ camel.main.name = AWS2-S3-Consumer # 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