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/01/26 13:07:26 UTC

[camel] 05/12: Camel-AWS2-S3: Removed automatic detection of client section, since we now have autowired

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 41a2f95d72d73d4a5fc90d57407b59d3f8144f6c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 26 13:55:29 2021 +0100

    Camel-AWS2-S3: Removed automatic detection of client section, since we now have autowired
---
 components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc b/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
index fb14761..ee7ccb9 100644
--- a/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
+++ b/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
@@ -547,12 +547,6 @@ This operation will return a download link url for the file camel-key in the buc
 With the option `autoCreateBucket` users are able to avoid the autocreation of an S3 Bucket in case it doesn't exist. The default for this option is `true`.
 If set to false any operation on a not-existent bucket in AWS won't be successful and an error will be returned.
 
-== Automatic detection of AmazonS3 client in registry
-
-The component is capable of detecting the presence of an AmazonS3 bean into the registry.
-If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter, like the example above.
-This may be really useful for smarter configuration of the endpoint.
-
 == Moving stuff between a bucket and another bucket
 
 Some users like to consume stuff from a bucket and move the content in a different one without using the copyObject feature of this component.