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 10:45:40 UTC

[camel] branch regen_bot_3x updated (ad854ca5604 -> 5e3fc4e070c)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from ad854ca5604 CAMEL-19261: camel-jbang - Upgrade gradle wrapper to 8.x
     add add16d2f1e3 CAMEL-19266 - Camel-AWS2-S3: Add a forcePathStyle option to configuration
     add 36335986e72 CAMEL-19266 - Camel-AWS2-S3: Add a forcePathStyle option to configuration
     add 67105771fd6 CAMEL-19266 - Camel-AWS2-S3: Add a forcePathStyle option to configuration
     add 5e3fc4e070c Regen for commit 67105771fd6e2f8a13fc5a6df8e67853f1d52d6e

No new revisions were added by this update.

Summary of changes:
 .../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 +
 .../s3/client/impl/AWS2S3ClientStandardImpl.java   |   3 +
 .../dsl/Aws2S3ComponentBuilderFactory.java         |  17 ++++
 .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 103 +++++++++++++++++++++
 10 files changed, 157 insertions(+), 1 deletion(-)