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 2020/11/20 08:28:20 UTC

[camel] branch regen_bot updated (0851aca -> b143227)

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 0851aca  Sync deps
     add ac48251  [CAMEL-15871] camel-milo - CamelServerItem replaces name of the node
     add 68a51af  CAMEL-15843 - Camel-AWS2: Rename useIamCredentials to useDefaultCredentialProvider where it is used
     add 9b1a6be  CAMEL-15843 - Camel-AWS2: Rename useIamCredentials to useDefaultCredentialProvider where it is used, regen
     add b143227  Regen catalog

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-s3.json   |  4 +-
 .../camel/catalog/docs/aws2-s3-component.adoc      |  4 +-
 .../aws2/s3/AWS2S3ComponentConfigurer.java         | 12 ++--
 .../aws2/s3/AWS2S3EndpointConfigurer.java          | 12 ++--
 .../aws2/s3/AWS2S3EndpointUriFactory.java          |  2 +-
 .../apache/camel/component/aws2/s3/aws2-s3.json    |  4 +-
 .../src/main/docs/aws2-s3-component.adoc           |  4 +-
 .../camel/component/aws2/s3/AWS2S3Component.java   |  2 +-
 .../component/aws2/s3/AWS2S3Configuration.java     | 14 ++---
 .../aws2/s3/client/AWS2S3ClientFactory.java        |  2 +-
 .../component/aws2/s3/AWSS3ClientFactoryTest.java  |  4 +-
 .../milo/server/internal/CamelServerItem.java      |  3 +-
 .../milo/MonitorItemMultiConnectionsCertTest.java  |  6 +-
 .../milo/MonitorItemMultiConnectionsTest.java      |  6 +-
 .../camel/component/milo/MonitorItemTest.java      |  2 +-
 .../camel/component/milo/WriteClientTest.java      |  8 +--
 .../component/milo/testing/ExampleClient.java      |  4 +-
 .../dsl/Aws2S3ComponentBuilderFactory.java         | 13 +++--
 .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 65 ++++++++++++----------
 .../modules/ROOT/pages/aws2-s3-component.adoc      |  4 +-
 20 files changed, 91 insertions(+), 84 deletions(-)