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 2018/01/27 12:13:52 UTC

[camel] 02/03: Camel-AWS S3: some options are only advanced

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 3c8bb334d0a1f4a01ce5a88082c6b8d043ada37c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Jan 27 13:02:01 2018 +0100

    Camel-AWS S3: some options are only advanced
---
 .../java/org/apache/camel/component/aws/s3/S3Configuration.java   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java b/components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java
index 8fd11ff..1c794d8 100644
--- a/components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java
+++ b/components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java
@@ -69,15 +69,15 @@ public class S3Configuration implements Cloneable {
     private S3Operations operation;
     @UriParam(label = "consumer,advanced", defaultValue = "true")
     private boolean autocloseBody = true;
-    @UriParam(label = "common")
+    @UriParam(label = "common,advanced")
     private EncryptionMaterials encryptionMaterials;
-    @UriParam(label = "common", defaultValue = "false")
+    @UriParam(label = "common,advanced", defaultValue = "false")
     private boolean useEncryption;
     @UriParam(label = "common, advanced", defaultValue = "false")
     private boolean chunkedEncodingDisabled;
-    @UriParam(label = "producer", defaultValue = "false")
+    @UriParam(label = "producer,advanced", defaultValue = "false")
     private boolean useAwsKMS;
-    @UriParam(label = "producer")
+    @UriParam(label = "producer,advanced")
     private String awsKMSKeyId;
 
     public long getPartSize() {

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.