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/11/09 05:42:05 UTC

[camel-k-examples] 02/02: Adjusted aws component name

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git

commit 73e011dc46faa49821099e26c1e03bd6a1975531
Author: Thomas Stuber <ts...@gmail.com>
AuthorDate: Fri Aug 6 12:50:30 2021 +0200

    Adjusted aws component name
---
 02-serverless-api/s3.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/02-serverless-api/s3.properties b/02-serverless-api/s3.properties
index 8b5feeb..14ce141 100644
--- a/02-serverless-api/s3.properties
+++ b/02-serverless-api/s3.properties
@@ -5,11 +5,11 @@
 # Bucket (referenced in the routes)
 api.bucket=camel-k
 # Region of the buket
-camel.component.aws-s3.region=EU_WEST_1
+camel.component.aws2-s3.region=EU_WEST_1
 # AWS Access Key ID
-camel.component.aws-s3.access-key=<put-your-aws-access-key-id-here>
+camel.component.aws2-s3.access-key=<put-your-aws-access-key-id-here>
 # AWS Access Key Secret
-camel.component.aws-s3.secret-key=<put-your-aws-access-key-secret-here>
+camel.component.aws2-s3.secret-key=<put-your-aws-access-key-secret-here>
 
 # General configuration
 camel.context.rest-configuration.api-context-path=/openapi.json