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/10/15 06:18:06 UTC

[camel-kafka-connector-examples] branch master updated: Slack source example: Removed reference to AWS credentials

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


The following commit(s) were added to refs/heads/master by this push:
     new aa4ec62  Slack source example: Removed reference to AWS credentials
aa4ec62 is described below

commit aa4ec626f8293d59c546c71a3dc81f079f004de8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 15 08:17:41 2020 +0200

    Slack source example: Removed reference to AWS credentials
---
 slack/slack-source/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slack/slack-source/README.adoc b/slack/slack-source/README.adoc
index 8bbd90b..362680a 100644
--- a/slack/slack-source/README.adoc
+++ b/slack/slack-source/README.adoc
@@ -450,7 +450,7 @@ You should see something like this:
 
 ### Set the Bot Token as secret (optional)
 
-You can also set the aws creds option as secret, you'll need to edit the file config/aws2-s3-cred.properties with the correct credentials and then execute the following command
+You can also set the token option as secret, you'll need to edit the file config/slack-token.properties with the correct credentials and then execute the following command
 
 [source,bash,options="nowrap"]
 ----