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 0ff02c5 CAMEL-14658 - Fixed CS
new 6d09a35 CAMEL-14658 - Provide a simpler way to connect to a local s3
instance
new 71cde90 CAMEL-14658 - Provide a simpler way to connect to a local s3
instance, added a test
new d560772 CAMEL-14658 - Provide a simpler way to connect to a local s3
instance, Fixed CS
The 3 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:
.../component/aws/s3/S3ComponentConfigurer.java | 2 +
.../component/aws/s3/S3EndpointConfigurer.java | 2 +
.../org/apache/camel/component/aws/s3/aws-s3.json | 2 +
.../src/main/docs/aws-s3-component.adoc | 6 +-
.../camel/component/aws/s3/S3Configuration.java | 14 ++++
.../apache/camel/component/aws/s3/S3Producer.java | 2 +-
.../s3/client/impl/S3ClientIAMOptimizedImpl.java | 6 ++
.../aws/s3/client/impl/S3ClientStandardImpl.java | 12 ++++
.../aws/s3/S3ComponentConfigurationTest.java | 15 +++++
.../S3ObjectRangeOperationIntegrationTest.java | 2 +-
.../dsl/AwsS3ComponentBuilderFactory.java | 14 ++++
.../endpoint/dsl/S3EndpointBuilderFactory.java | 78 ++++++++++++++++++++++
12 files changed, 151 insertions(+), 4 deletions(-)