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-karaf.git
commit 012fa3104efef39c3198e41a16b91e5eba7f28df Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Feb 24 09:42:57 2021 +0100 CAMEL-16115 - Remove Camel-AWS-* components - AWS-EC2 --- docs/modules/ROOT/pages/components.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc index e84a469..a4d0139 100644 --- a/docs/modules/ROOT/pages/components.adoc +++ b/docs/modules/ROOT/pages/components.adoc @@ -5,7 +5,7 @@ Apache Camel Karaf supports the following Camel artifacts as Karaf features == Camel Components // components: START -Number of Camel components: 191 in 191 JAR artifacts (6 deprecated) +Number of Camel components: 190 in 190 JAR artifacts (5 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -47,9 +47,6 @@ Number of Camel components: 191 in 191 JAR artifacts (6 deprecated) | xref:components::aws-ddb-component.adoc[AWS DynamoDB] (camel-aws-ddb) + `aws-ddb:tableName` | 2.10 | *deprecated* Store and retrieve data from AWS DynamoDB service. -| xref:components::aws-ec2-component.adoc[AWS Elastic Compute Cloud (EC2)] (camel-aws-ec2) + -`aws-ec2:label` | 2.16 | *deprecated* Manage AWS EC2 instances. - | xref:components::aws-s3-component.adoc[AWS S3 Storage Service] (camel-aws-s3) + `aws-s3://bucketNameOrArn` | 2.8 | *deprecated* Store and retrieve objects from AWS S3 Storage Service.
