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 06:02:18 UTC

[camel-kafka-connector-examples] branch master updated (204857e -> e17624c)

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

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


    from 204857e  AWS2 SNS Sink Example: Referencing the correct secret file
     new 8013dde  AWS2 S3 Move After Read example: Referencing the correct secret file
     new d08effe  AWS2 S3 Sink with aggregation example: Referencing the correct secret file
     new 184984a  AWS2 S3 sink with zip aggregation example: Referencing the correct secret file
     new e17624c  AWS2 S3 Source Example: Referencing the correct secret file

The 4 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.


Summary of changes:
 aws2-s3/aws2-s3-move-after-read/README.adoc           | 2 +-
 aws2-s3/aws2-s3-sink-with-aggregation/README.adoc     | 2 +-
 aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc | 2 +-
 aws2-s3/aws2-s3-source/README.adoc                    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


[camel-kafka-connector-examples] 01/04: AWS2 S3 Move After Read example: Referencing the correct secret file

Posted by ac...@apache.org.
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

commit 8013dde657be04b8ca80dd863e40fec7ca089157
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 23 07:57:02 2020 +0200

    AWS2 S3 Move After Read example: Referencing the correct secret file
---
 aws2-s3/aws2-s3-move-after-read/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-move-after-read/README.adoc b/aws2-s3/aws2-s3-move-after-read/README.adoc
index 99d800d..ea746c0 100644
--- a/aws2-s3/aws2-s3-move-after-read/README.adoc
+++ b/aws2-s3/aws2-s3-move-after-read/README.adoc
@@ -174,7 +174,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-s3-cred.properties with the correct credentials and then execute the following command
 
 [source,bash,options="nowrap"]
 ----


[camel-kafka-connector-examples] 02/04: AWS2 S3 Sink with aggregation example: Referencing the correct secret file

Posted by ac...@apache.org.
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

commit d08effec93211abbca89b014f7e304dc010208dc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 23 07:57:41 2020 +0200

    AWS2 S3 Sink with aggregation example: Referencing the correct secret file
---
 aws2-s3/aws2-s3-sink-with-aggregation/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc b/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
index 758e2f5..ae0e2ff 100644
--- a/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
@@ -188,7 +188,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-s3-cred.properties with the correct credentials and then execute the following command
 
 [source,bash,options="nowrap"]
 ----


[camel-kafka-connector-examples] 03/04: AWS2 S3 sink with zip aggregation example: Referencing the correct secret file

Posted by ac...@apache.org.
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

commit 184984af20370cc47b25b4efd2751d78859457e8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 23 07:58:15 2020 +0200

    AWS2 S3 sink with zip aggregation example: Referencing the correct secret file
---
 aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
index 492353d..fd5637a 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
@@ -370,7 +370,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-s3-cred.properties with the correct credentials and then execute the following command
 
 [source,bash,options="nowrap"]
 ----


[camel-kafka-connector-examples] 04/04: AWS2 S3 Source Example: Referencing the correct secret file

Posted by ac...@apache.org.
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

commit e17624cf865abce848b0ef8e33ebd4d8fb39fcba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 23 07:58:56 2020 +0200

    AWS2 S3 Source Example: Referencing the correct secret file
---
 aws2-s3/aws2-s3-source/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aws2-s3/aws2-s3-source/README.adoc b/aws2-s3/aws2-s3-source/README.adoc
index b93cd9b..4990b44 100644
--- a/aws2-s3/aws2-s3-source/README.adoc
+++ b/aws2-s3/aws2-s3-source/README.adoc
@@ -170,7 +170,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-s3-cred.properties with the correct credentials and then execute the following command
 
 [source,bash,options="nowrap"]
 ----