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


The following commit(s) were added to refs/heads/master by this push:
     new a4ef3bd  CAMEL-15843 - Added a note about defaultCredentialsProvider 
to S3
a4ef3bd is described below

commit a4ef3bd71eee481771419ad3ca36d056ed285fb6
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Nov 20 08:52:10 2020 +0100

    CAMEL-15843 - Added a note about defaultCredentialsProvider to S3
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
index e7b21f1..76a2ced 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
@@ -163,6 +163,10 @@ Other information have been stored in headers declared in 
GitConstants class
 The camel-aws2-s3 has now support for autowiring the amazonS3Client option 
with S3Client instance coming from the registry.
 In this context, it wasn't having any sense to maintain the autodiscoverClient 
option, which has been now removed.
 
+=== Camel-AWS2-S3 UseIamCredentials
+
+The option useIamCredentials has been renamed to 
useDefaultCredentialsProvider, since we changed to a DefaultCredentialsProvider 
approach.
+
 === Camel-AWS2-Cloudwatch Autowire support
 
 The camel-aws2-cw has now support for autowiring the amazonCwClient option 
with CloudWatchClient instance coming from the registry.
@@ -262,4 +266,4 @@ In this context, it wasn't having any sense to maintain the 
autodiscoverClient o
 === camel-salesforce
 
 The default API version for camel-salesforce has been updated to 50.0. Older 
versions are still supported and can be set via the `apiVersion`
-component option.
\ No newline at end of file
+component option.

Reply via email to