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/23 05:53:22 UTC

[camel-kafka-connector-examples] branch master updated: AWS2 SNS Sink Example: Referencing the correct secret file

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 204857e  AWS2 SNS Sink Example: Referencing the correct secret file
204857e is described below

commit 204857ec8111c49a85088777e68d684e453817af
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 23 07:50:21 2020 +0200

    AWS2 SNS Sink Example: Referencing the correct secret file
---
 aws2-sns/aws2-sns-sink/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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