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
The following commit(s) were added to refs/heads/master by this push:
new 52f6226 Camel-AWS2-S3: Removed unused method
52f6226 is described below
commit 52f6226a0f18f834a02aa2f478ba3aca47d20c04
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Mar 19 10:56:56 2020 +0100
Camel-AWS2-S3: Removed unused method
---
.../java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java | 4 ----
1 file changed, 4 deletions(-)
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 c120232..9c562d5 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
@@ -386,10 +386,6 @@ public class AWS2S3Configuration implements Cloneable {
this.keyName = keyName;
}
- public boolean hasProxyConfiguration() {
- return ObjectHelper.isNotEmpty(getProxyHost()) &&
ObjectHelper.isNotEmpty(getProxyPort());
- }
-
// *************************************************
//
// *************************************************