This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 288a427 Sync Properties new 04470cb CAMEL-15310 failing test new f81c602 CAMEL-15310 - AWS S3 - Support for more than 1 client in the registry - Camel-AWS-S3 new a241219 Regen website docs new 50b3ecb Regen Catalog The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/camel/catalog/components/aws-s3.json | 2 + .../camel/catalog/docs/aws-s3-component.adoc | 6 +- .../component/aws/s3/S3ComponentConfigurer.java | 5 ++ .../component/aws/s3/S3EndpointConfigurer.java | 5 ++ .../org/apache/camel/component/aws/s3/aws-s3.json | 2 + .../src/main/docs/aws-s3-component.adoc | 6 +- .../apache/camel/component/aws/s3/S3Component.java | 4 +- .../camel/component/aws/s3/S3Configuration.java | 15 +++- .../aws/s3/S3ComponentClientRegistryTest.java | 28 +++++-- .../dsl/AwsS3ComponentBuilderFactory.java | 16 ++++ .../builder/endpoint/StaticEndpointBuilders.java | 8 +- .../endpoint/dsl/S3EndpointBuilderFactory.java | 88 ++++++++++++++++++++++ .../modules/ROOT/pages/aws-s3-component.adoc | 6 +- 13 files changed, 174 insertions(+), 17 deletions(-)