You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/04/14 11:35:53 UTC

[camel] branch regen_bot updated (410f413a18c -> 0ea085371c8)

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 410f413a18c Regen for commit 646b371c8b8cf6b5887e4c9d56ecda86905f60ec
     add 6e96da923bc CAMEL-19266 - Camel-AWS2-S3: Add a forcePathStyle option to configuration
     add 4cb0e62e6cd CAMEL-19266 - Camel-AWS2-S3: Add a forcePathStyle option to configuration
     add 2ca1b32f734 CAMEL-19266 - Camel-AWS2-S3: Add a forcePathStyle option to configuration
     add e9828d25fe0 CAMEL-19266 - Camel-AWS2-S3: Add a forcePathStyle option to configuration
     add fde82c63771 Let's deploy also 3.x and 3.20.x
     add 0ea085371c8 Regen for commit e9828d25fe0b3dbb125ea1c042d7030c212a6543

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile.deploy                                 |   2 +
 .../apache/camel/catalog/components/aws2-s3.json   |   2 +
 .../aws2/s3/AWS2S3ComponentConfigurer.java         |   6 ++
 .../aws2/s3/AWS2S3EndpointConfigurer.java          |   6 ++
 .../aws2/s3/AWS2S3EndpointUriFactory.java          |   3 +-
 .../apache/camel/component/aws2/s3/aws2-s3.json    |   2 +
 .../component/aws2/s3/AWS2S3Configuration.java     |  13 +++
 .../client/impl/AWS2S3ClientIAMOptimizedImpl.java  |   3 +
 .../impl/AWS2S3ClientIAMProfileOptimizedImpl.java  |   3 +
 .../s3/client/impl/AWS2S3ClientStandardImpl.java   |   3 +
 .../dsl/Aws2S3ComponentBuilderFactory.java         |  17 ++++
 .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 103 +++++++++++++++++++++
 12 files changed, 162 insertions(+), 1 deletion(-)