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:13:04 UTC

[camel-kafka-connector-examples] branch oscerd-patch-1 created (now cb77c0d)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git.


      at cb77c0d  Slack sink example: Removed reference to AWS Secret

This branch includes the following new commits:

     new cb77c0d  Slack sink example: Removed reference to AWS Secret

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector-examples] 01/01: Slack sink example: Removed reference to AWS Secret

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit cb77c0de67183882ab6f4671b12f63760b663b95
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 15 08:12:59 2020 +0200

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

diff --git a/slack/slack-sink/README.adoc b/slack/slack-sink/README.adoc
index 2c0dbe4..bcd2e6b 100644
--- a/slack/slack-sink/README.adoc
+++ b/slack/slack-sink/README.adoc
@@ -180,7 +180,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 webhook option as secret, you'll need to edit the file config/slack-webhook.properties with the correct credentials and then execute the following command
 
 [source,bash,options="nowrap"]
 ----