This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git
from f4757ea763c CAMEL-20239: Camel-Azure-Files: The component doesn't set account parameter on the URI add 69898e7e3c5 CAMEL-20281 - Camel-AWS Components: Make it possible to use AwsSessionCredentials to support temporary credentials - AWS IAM (#13036) No new revisions were added by this update. Summary of changes: .../apache/camel/catalog/components/aws2-iam.json | 16 ++++++++----- .../aws2/iam/IAM2ComponentConfigurer.java | 12 ++++++++++ .../component/aws2/iam/IAM2EndpointConfigurer.java | 12 ++++++++++ .../component/aws2/iam/IAM2EndpointUriFactory.java | 7 ++++-- .../apache/camel/component/aws2/iam/aws2-iam.json | 16 ++++++++----- .../camel/component/aws2/iam/IAM2Component.java | 5 ++-- .../component/aws2/iam/IAM2Configuration.java | 27 ++++++++++++++++++++++ .../aws2/iam/client/IAM2ClientFactory.java | 3 +++ ...rdImpl.java => IAM2ClientSessionTokenImpl.java} | 12 ++++++---- .../component/aws2/iam/IAMClientFactoryTest.java | 9 ++++++++ 10 files changed, 98 insertions(+), 21 deletions(-) copy components/camel-aws/camel-aws2-iam/src/main/java/org/apache/camel/component/aws2/iam/client/impl/{IAM2ClientStandardImpl.java => IAM2ClientSessionTokenImpl.java} (90%)