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 2020/03/06 09:59:46 UTC

[camel] 11/14: CAMEL-14555 - Create an AWS-S3 component based on SDK v2, fixed CS

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ac66abd8aae54798cdcc9106c92f1eb5a5b81a8b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 6 09:46:41 2020 +0100

    CAMEL-14555 - Create an AWS-S3 component based on SDK v2, fixed CS
---
 .../java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java b/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java
index 915eeac..a3e108d 100644
--- a/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java
+++ b/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java
@@ -20,7 +20,6 @@ import org.apache.camel.RuntimeCamelException;
 import org.apache.camel.spi.UriParam;
 import org.apache.camel.spi.UriParams;
 import org.apache.camel.util.ObjectHelper;
-
 import software.amazon.awssdk.core.Protocol;
 import software.amazon.awssdk.services.s3.S3Client;
 import software.amazon.awssdk.services.s3.model.Encryption;