Skip to content

Commit

Permalink
Support DefaultCredentialProvider in the AWS Kamelets - AWS S3 Source
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Jan 26, 2022
1 parent 8d13dfc commit 1c0692c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ spec:
definition:
title: "AWS S3 Source"
description: |-
Receive data from AWS S3.
Receive data from AWS S3 Bucket.
Access Key/Secret Key are the basic method for authenticating to the AWS S3 Service. These parameters are optional, because the Kamelet provide also the 'useDefaultCredentialsProvider'.
When using a default Credentials Provider the S3 client will load the credentials through this provider and won't use the static credential. This is reason for not having the access key and secret key as mandatory parameter for this Kamelet.
required:
- bucketNameOrArn
- region
Expand Down

0 comments on commit 1c0692c

Please sign in to comment.