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 e0f33aa7755bd8ba9d7cd580b5f5f5e7c6ed4c16
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jan 26 09:10:51 2021 +0100

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

diff --git a/components/camel-aws2-ec2/src/main/docs/aws2-ec2-component.adoc 
b/components/camel-aws2-ec2/src/main/docs/aws2-ec2-component.adoc
index 3e418b4..f1ec35c 100644
--- a/components/camel-aws2-ec2/src/main/docs/aws2-ec2-component.adoc
+++ b/components/camel-aws2-ec2/src/main/docs/aws2-ec2-component.adoc
@@ -223,12 +223,6 @@ from("direct:stop")
      
.to("aws2-ec2://TestDomain?accessKey=xxxx&secretKey=xxxx&operation=terminateInstances");
 
--------------------------------------------------------------------------------
 
-== Automatic detection of Ec2Client client in registry
-
-The component is capable of detecting the presence of an Ec2Client 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.
-This may be really useful for smarter configuration of the endpoint.
-
 == Using a POJO as body
 
 Sometimes build an AWS Request can be complex, because of multiple options. We 
introduce the possibility to use a POJO as body.

Reply via email to