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 5a53d07 Slack sink example: Removed reference to AWS Secret
5a53d07 is described below
commit 5a53d07f6d059c8c935e018bc810ebd0eaa5ed81
Author: Andrea Cosentino <[email protected]>
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"]
----