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 2019/03/06 10:18:28 UTC

[camel] branch master updated: CAMEL-13292 - Added a note to documentation

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 9f8d58d  CAMEL-13292 - Added a note to documentation
9f8d58d is described below

commit 9f8d58dbe615af1a41171a6918f7f13e88791b9e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 6 11:18:06 2019 +0100

    CAMEL-13292 - Added a note to documentation
---
 components/camel-aws-s3/src/main/docs/aws-s3-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc
index 2011ac7..4921298 100644
--- a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc
+++ b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc
@@ -343,7 +343,7 @@ Camel-AWS s3 component provides the following operation on the producer side:
 - deleteBucket
 - downloadLink
 - listObjects
-- getObject
+- getObject (this will return an S3Object instance)
 
 #### Advanced AmazonS3 configuration