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 2020/09/24 16:36:14 UTC

[camel-examples] branch master updated: AWS2-S3 Endpoint DSL Example: Fixed some docs

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-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 82e0ca1  AWS2-S3 Endpoint DSL Example: Fixed some docs
82e0ca1 is described below

commit 82e0ca1ae87a56c1c0112081c9f655f1ed27eeb9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 24 18:35:24 2020 +0200

    AWS2-S3 Endpoint DSL Example: Fixed some docs
---
 examples/camel-example-main-endpointdsl-aws2-s3/readme.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/camel-example-main-endpointdsl-aws2-s3/readme.adoc b/examples/camel-example-main-endpointdsl-aws2-s3/readme.adoc
index 3bf3ba2..f39297b 100644
--- a/examples/camel-example-main-endpointdsl-aws2-s3/readme.adoc
+++ b/examples/camel-example-main-endpointdsl-aws2-s3/readme.adoc
@@ -8,6 +8,8 @@ The example will poll an S3 bucket and Log the content of the file.
 
 Notice how you can configure Camel in the `application.properties` file.
 
+Don't forget to add your AWS Credentials and the bucket name.
+
 === How to run
 
 You can run this example using