You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/11/05 09:47:58 UTC

[camel] branch master updated (8a2fd52 -> 50bf4b4)

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 8a2fd52  Disallowing DocTypes in a few places
     add 50bf4b4  CAMEL-14043 - AWS-S3: Add proxyProtocol as endpoint configuration option

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/aws-s3-component.adoc            |  3 +-
 .../camel/component/aws/s3/S3Configuration.java    | 15 +++++
 .../s3/client/impl/S3ClientIAMOptimizedImpl.java   | 11 ++--
 .../aws/s3/client/impl/S3ClientStandardImpl.java   | 12 ++--
 .../impl/IAMOptimizedAWSS3ClientImplTest.java      | 26 ++++++++
 .../client/impl/StandardAWSS3ClientImplTest.java   | 26 ++++++++
 .../camel/component/hdfs/HdfsConsumerTest.java     |  3 +-
 .../endpoint/dsl/S3EndpointBuilderFactory.java     | 77 ++++++++++++++++++++++
 .../s3/springboot/S3ComponentConfiguration.java    | 13 ++++
 9 files changed, 171 insertions(+), 15 deletions(-)