This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 87911a1ff984 camel-jbang - TUI circuit breaker improvements and trace
enhancements (#23335)
add 2f9be8a4dc03 CAMEL-23548: camel-aws2-s3 - allow Simple expressions in
destinationBucketPrefix and destinationBucketSuffix (#23334)
No new revisions were added by this update.
Summary of changes:
.../src/main/docs/aws2-s3-component.adoc | 26 +++++--
.../camel/component/aws2/s3/AWS2S3Consumer.java | 9 +--
.../camel/component/aws2/s3/utils/AWS2S3Utils.java | 24 ++++++
.../component/aws2/s3/utils/AWS2S3UtilsTest.java | 87 ++++++++++++++++++++++
4 files changed, 135 insertions(+), 11 deletions(-)
create mode 100644
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/utils/AWS2S3UtilsTest.java