This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 2131-part-3 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit f85f02285a6b47e9bf13b81edca902d1ee898313 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Aug 5 16:19:37 2024 +0200 AWS Kamelets: Support profile and session credentials provider out of the box - AWS S3 Sink Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- kamelets/aws-s3-sink.kamelet.yaml | 4 ++-- .../src/main/resources/kamelets/aws-s3-sink.kamelet.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kamelets/aws-s3-sink.kamelet.yaml b/kamelets/aws-s3-sink.kamelet.yaml index ece447d1..8aa5ea06 100644 --- a/kamelets/aws-s3-sink.kamelet.yaml +++ b/kamelets/aws-s3-sink.kamelet.yaml @@ -81,12 +81,12 @@ spec: default: false useProfileCredentialsProvider: title: Profile Credentials Provider - description: Set whether the Eventbridge client should expect to load credentials through a profile credentials provider. + description: Set whether the S3 client should expect to load credentials through a profile credentials provider. type: boolean default: false useSessionCredentials: title: Session Credentials - description: Set whether the Eventbridge client should expect to use Session Credentials. This is useful in situation in which the user needs to assume a IAM role for doing operations in Eventbridge. + description: Set whether the S3 client should expect to use Session Credentials. This is useful in situation in which the user needs to assume a IAM role for doing operations in S3. type: boolean default: false profileCredentialsName: 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 ece447d1..8aa5ea06 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 @@ -81,12 +81,12 @@ spec: default: false useProfileCredentialsProvider: title: Profile Credentials Provider - description: Set whether the Eventbridge client should expect to load credentials through a profile credentials provider. + description: Set whether the S3 client should expect to load credentials through a profile credentials provider. type: boolean default: false useSessionCredentials: title: Session Credentials - description: Set whether the Eventbridge client should expect to use Session Credentials. This is useful in situation in which the user needs to assume a IAM role for doing operations in Eventbridge. + description: Set whether the S3 client should expect to use Session Credentials. This is useful in situation in which the user needs to assume a IAM role for doing operations in S3. type: boolean default: false profileCredentialsName: