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 0b4950041cd Uprade Hashicorp Vault container image to version 1.13.0 add 6c73fd88f2b CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS S3 add 5c8c367a028 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS S3 add 23e19ebda6b CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS S3 add bfb2678c82e CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS S3 add ea32043010a Regen for commit bfb2678c82ea44aa33c385cf8e2044840419c557 No new revisions were added by this update. Summary of changes: .../apache/camel/catalog/components/aws2-s3.json | 8 +- .../aws2/s3/AWS2S3ComponentConfigurer.java | 12 ++ .../aws2/s3/AWS2S3EndpointConfigurer.java | 12 ++ .../aws2/s3/AWS2S3EndpointUriFactory.java | 4 +- .../apache/camel/component/aws2/s3/aws2-s3.json | 8 +- .../src/main/docs/aws2-s3-component.adoc | 8 +- .../camel/component/aws2/s3/AWS2S3Component.java | 6 +- .../component/aws2/s3/AWS2S3Configuration.java | 29 +++- .../aws2/s3/client/AWS2S3ClientFactory.java | 10 +- ...va => AWS2S3ClientIAMProfileOptimizedImpl.java} | 19 ++- .../component/aws2/s3/AWSS3ClientFactoryTest.java | 9 ++ .../dsl/Aws2S3ComponentBuilderFactory.java | 38 ++++- .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 171 +++++++++++++++++++-- 13 files changed, 298 insertions(+), 36 deletions(-) copy components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/client/impl/{AWS2S3ClientStandardImpl.java => AWS2S3ClientIAMProfileOptimizedImpl.java} (83%)