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/12 09:45:13 UTC

[camel] 01/02: Update S3 Region label, it's not only a producer option

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 5cd7911ec3131817d023af6d792ae2cfb4827271
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 12 10:43:05 2018 +0100

    Update S3 Region label, it's not only a producer option
---
 .../main/java/org/apache/camel/component/aws/s3/S3Configuration.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2e0ba6a..46f9487 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
@@ -38,7 +38,7 @@ public class S3Configuration implements Cloneable {
     private String fileName;
     @UriParam(label = "consumer")
     private String prefix;
-    @UriParam(label = "producer")
+    @UriParam
     private String region;
     @UriParam(label = "consumer", defaultValue = "true")
     private boolean deleteAfterRead = true;

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.