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/04 10:28:45 UTC

[camel] branch master updated: CAMEL-12122 - Fixed S3Operation enums description

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 031cedd  CAMEL-12122 - Fixed S3Operation enums description
031cedd is described below

commit 031cedd5508d28e4437a76f59a341ec9dc3428ca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 4 11:28:21 2018 +0100

    CAMEL-12122 - Fixed S3Operation enums description
---
 .../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 beb4b49..fcca089 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
@@ -63,7 +63,7 @@ public class S3Configuration implements Cloneable {
     private boolean includeBody = true;
     @UriParam
     private boolean pathStyleAccess;
-    @UriParam(label = "producer", enums = "copyObject,deleteBucket,listBuckets")
+    @UriParam(label = "producer", enums = "copyObject,deleteBucket,listBuckets,downloadLink")
     private S3Operations operation;
     @UriParam(label = "consumer,advanced", defaultValue = "true")
     private boolean autocloseBody = true;

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