oscerd commented on issue #1785:
URL:
https://github.com/apache/camel-kamelets/issues/1785#issuecomment-1845021008
You need to set the region too, if you set accessKey and secretKey
```
source:
ref:
kind: Kamelet
apiVersion: camel.apache.org/v1
name: aws-s3-source
properties:
bucketNameOrArn: "soomebucket"
accessKey: "the access key"
secretKey: "the secret"
region: "whatever"
```
It's reported in the error:
Caused by: java.lang.IllegalArgumentException: Route template aws-s3-source
the following mandatory parameters must be provided: region
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]