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 2024/01/17 12:11:32 UTC

(camel) branch regen_bot updated (30554dec035 -> ee8b9447706)

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 30554dec035 camel-jsonata is not a remote component
     add ee8b9447706 CAMEL-20281 - Camel-AWS Components: Make it possible to use AwsSessionCredentials to support temporary credentials - AWS S3 (#12819)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-s3.json   | 16 ++++++++-----
 .../apache/camel/catalog/main/sensitive-keys.json  |  1 +
 .../aws2/s3/AWS2S3ComponentConfigurer.java         | 12 ++++++++++
 .../aws2/s3/AWS2S3EndpointConfigurer.java          | 12 ++++++++++
 .../aws2/s3/AWS2S3EndpointUriFactory.java          |  7 ++++--
 .../apache/camel/component/aws2/s3/aws2-s3.json    | 16 ++++++++-----
 .../camel/component/aws2/s3/AWS2S3Component.java   |  3 ++-
 .../component/aws2/s3/AWS2S3Configuration.java     | 27 ++++++++++++++++++++++
 .../aws2/s3/client/AWS2S3ClientFactory.java        |  3 +++
 ...Impl.java => AWS2S3ClientSessionTokenImpl.java} | 11 +++++----
 .../component/aws2/s3/AWSS3ClientFactoryTest.java  |  9 ++++++++
 .../java/org/apache/camel/util/SensitiveUtils.java |  4 +++-
 12 files changed, 100 insertions(+), 21 deletions(-)
 copy components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/client/impl/{AWS2S3ClientStandardImpl.java => AWS2S3ClientSessionTokenImpl.java} (91%)