This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from e868f4cd967 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SES new c7018a2f191 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS STS new 6f229d71a1c CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS STS new 9e1f505d7aa CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS STS new fd8e8e50e74 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS STS new d2a9ab462ca CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS STS new f7c8a12ace0 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS STS The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/camel/catalog/components/aws2-sts.json | 48 ++++++++++---------- .../aws2/sts/STS2ComponentConfigurer.java | 12 +++++ .../component/aws2/sts/STS2EndpointConfigurer.java | 12 +++++ .../component/aws2/sts/STS2EndpointUriFactory.java | 4 +- .../apache/camel/component/aws2/sts/aws2-sts.json | 48 ++++++++++---------- .../src/main/docs/aws2-sts-component.adoc | 12 ++++- .../camel/component/aws2/sts/STS2Component.java | 3 +- .../component/aws2/sts/STS2Configuration.java | 26 +++++++++++ .../aws2/sts/client/STS2ClientFactory.java | 10 ++++- ...zed.java => STS2ClientIAMProfileOptimized.java} | 11 +++-- .../dsl/Aws2StsComponentBuilderFactory.java | 35 +++++++++++++++ .../endpoint/dsl/STS2EndpointBuilderFactory.java | 51 ++++++++++++++++++++++ 12 files changed, 219 insertions(+), 53 deletions(-) copy components/camel-aws/camel-aws2-sts/src/main/java/org/apache/camel/component/aws2/sts/client/impl/{STS2ClientIAMOptimized.java => STS2ClientIAMProfileOptimized.java} (87%)