This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fix-descr-and-params in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit b0e22c4e64f32eb3a79f69ba985ec2b608b1fc7c Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jul 28 10:22:01 2022 +0200 AWS S3 Source Kamelet: Fixed wrong reference to Kinesis client --- kamelets/aws-s3-source.kamelet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kamelets/aws-s3-source.kamelet.yaml b/kamelets/aws-s3-source.kamelet.yaml index 60e1d06e..21b50d0c 100644 --- a/kamelets/aws-s3-source.kamelet.yaml +++ b/kamelets/aws-s3-source.kamelet.yaml @@ -16,9 +16,9 @@ spec: description: |- Receive data from an Amazon S3 Bucket. - The basic authentication method for the Kinesis service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider. + The basic authentication method for the S3 service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider. - If you use the default credentials provider, the Kinesis client loads the credentials through this provider and doesn't use the basic authentication method. + If you use the default credentials provider, the S3 client loads the credentials through this provider and doesn't use the basic authentication method. required: - bucketNameOrArn - region
