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 f0d2df2eed620ba84cbda23a3c227e2838ee6b3a Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jul 28 10:21:26 2022 +0200 Regen --- .../src/main/resources/kamelets/aws-s3-sink.kamelet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml index c29b913c..7dc81ce6 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml @@ -33,9 +33,9 @@ spec: description: |- Upload data to 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. In the header, you can optionally set the `file` / `ce-partition` property to specify the name of the file to upload.
