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
commit 9fd7ef82aef2b979332f5872c5a0f5753a2230ed Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Nov 13 08:33:32 2020 +0100 CAMEL-15836 - Camel-AWS2-S3: enable autowire on the s3 client, added note in migration guide --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc | 5 +++++ 1 file changed, 5 insertions(+) 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 415c35c..df9610d 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 @@ -158,3 +158,8 @@ Other information have been stored in headers declared in GitConstants class - GIT_TAG_LEAF - "CamelGitTagLeaf" - Leaf - GIT_TAG_OBJECT_ID - "CamelGitTagObjectId" - Object Id +=== Camel-AWS2-S3 Autowire support + +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. +