This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 6c2a6dcff572 CAMEL-22179: Added AWS Rekognition Component
6c2a6dcff572 is described below
commit 6c2a6dcff5723f2cfe80730d601e8deb2938b0a1
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jan 6 19:58:23 2026 +0100
CAMEL-22179: Added AWS Rekognition Component
---
.../src/main/docs/aws2-rekognition-component.adoc | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
diff --git
a/components/camel-aws/camel-aws2-rekognition/src/main/docs/aws2-rekognition-component.adoc
b/components/camel-aws/camel-aws2-rekognition/src/main/docs/aws2-rekognition-component.adoc
index 27b90611b617..2be523ee7eb8 100644
---
a/components/camel-aws/camel-aws2-rekognition/src/main/docs/aws2-rekognition-component.adoc
+++
b/components/camel-aws/camel-aws2-rekognition/src/main/docs/aws2-rekognition-component.adoc
@@ -9,6 +9,7 @@
:component-header: Only producer is supported
//Manually maintained attributes
:group: AWS
+:camel-spring-boot-name: aws2-rekognition
*Since Camel {since}*
@@ -38,30 +39,17 @@ You can append query options to the URI in the following
format:
`?options=value&option2=value&...`
-// component-configure options: START
-
-// component-configure options: END
-
// component options: START
include::partial$component-configure-options.adoc[]
include::partial$component-endpoint-options.adoc[]
include::partial$component-endpoint-headers.adoc[]
// component options: END
-// endpoint options: START
-
-// endpoint options: END
-
Required Rekognition component options
-You have to provide the awsRekognitionClient in the
-Registry or your accessKey and secretKey to access
-the https://aws.amazon.com/rekognition/[AWS Rekognition] service.
-
-// component headers: START
-include::partial$component-endpoint-headers.adoc[]
-// component headers: END
+You have to provide the `awsRekognitionClient` in the
+Camel Registry or your accessKey and secretKey to access the
https://aws.amazon.com/rekognition/[AWS Rekognition] service.
== Usage