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:42:34 UTC

[camel] branch regen_bot updated (c6d758b7d41 -> 8534712fdf9)

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


    omit c6d758b7d41 Regen for commit 0295cfc20054053775bcc2894d75a584b2b8fb3c
     add 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 8534712fdf9 Regen for commit e9828d25fe0b3dbb125ea1c042d7030c212a6543

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c6d758b7d41)
            \
             N -- N -- N   refs/heads/regen_bot (8534712fdf9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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 +
 .../impl/AWS2S3ClientIAMProfileOptimizedImpl.java  |   3 +
 .../s3/client/impl/AWS2S3ClientStandardImpl.java   |   3 +
 .../dsl/Aws2S3ComponentBuilderFactory.java         |  17 ++++
 .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 103 +++++++++++++++++++++
 11 files changed, 160 insertions(+), 1 deletion(-)