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 <[email protected]> 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
