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 2021/04/13 13:16:52 UTC

[camel-examples] branch master updated (4e424a7 -> b2e65a6)

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


    from 4e424a7  Camel-AWS S3 Streaming upload: Use useDefaultCredentialProvider
     new 4686709  Camel-AWS Examples: Added notes about Credentials
     new b2e65a6  Camel-AWS Examples: Added notes about Credentials

The 2 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:
 .../aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc  | 4 +++-
 examples/aws/main-endpointdsl-kafka-aws2-s3/README.adoc               | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

[camel-examples] 02/02: Camel-AWS Examples: Added notes about Credentials

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

commit b2e65a6d87e031c8154674f8761c707fde3eaf66
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 13 15:16:05 2021 +0200

    Camel-AWS Examples: Added notes about Credentials
---
 examples/aws/main-endpointdsl-kafka-aws2-s3/README.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/aws/main-endpointdsl-kafka-aws2-s3/README.adoc b/examples/aws/main-endpointdsl-kafka-aws2-s3/README.adoc
index f107f64..e5614e7 100644
--- a/examples/aws/main-endpointdsl-kafka-aws2-s3/README.adoc
+++ b/examples/aws/main-endpointdsl-kafka-aws2-s3/README.adoc
@@ -20,7 +20,9 @@ At the end you should have a total of 80 files.
 
 Notice how you can configure Camel in the `application.properties` file.
 
-Don't forget to add your AWS Credentials and the bucket name (already created ahead of time) and point to the correct topic.
+This example will use the AWS default credentials Provider: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html
+Set your credentials accordingly.
+Don't forget to add the bucket name (already created ahead of time) and point to the correct topic.
 You'll need also a running kafka broker.
 You'll need to have kafkacat installed.
 

[camel-examples] 01/02: Camel-AWS Examples: Added notes about Credentials

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

commit 468670989a6caff6eb1f2c18e7602511d1e486fd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 13 15:15:15 2021 +0200

    Camel-AWS Examples: Added notes about Credentials
---
 .../aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc b/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc
index b793dd1..241581c 100644
--- a/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc
+++ b/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc
@@ -17,7 +17,9 @@ At the end you should have a total of 20 files.
 
 Notice how you can configure Camel in the `application.properties` file.
 
-Don't forget to add your AWS Credentials and the bucket name (already created ahead of time) and point to the correct topic.
+This example will use the AWS default credentials Provider: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html
+Set your credentials accordingly.
+Don't forget to add the bucket name (already created ahead of time) and point to the correct topic.
 You'll need also a running kafka broker.
 You'll need to have kafkacat installed.