This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit e0a2cf0ba4c69cc6669ef191773575d660cfd573
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Mar 23 14:17:24 2021 +0100

    Added Dropbox Kamelet source
---
 docs/modules/ROOT/nav.adoc                     | 1 +
 docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index af62f69..409915d 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -5,6 +5,7 @@
 * xref:ROOT:aws-sqs-sink.adoc[image:kamelets/aws-sqs-sink.svg[] AWS SQS Sink]
 * xref:ROOT:aws-sqs-source.adoc[image:kamelets/aws-sqs-source.svg[] AWS SQS 
Source]
 * xref:ROOT:bitcoin-source.adoc[image:kamelets/bitcoin-source.svg[] Bitcoin 
Source]
+* xref:ROOT:dropbox-source.adoc[image:kamelets/dropbox-source.svg[] Dropbox 
Source]
 * xref:ROOT:earthquake-source.adoc[image:kamelets/earthquake-source.svg[] 
Earthquake Source]
 * xref:ROOT:file-watch-source.adoc[image:kamelets/file-watch-source.svg[] File 
Watch Source]
 * xref:ROOT:ftp-source.adoc[image:kamelets/ftp-source.svg[] FTP Source]
diff --git a/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc 
b/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc
index 44eeece..d83e2d0 100644
--- a/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc
+++ b/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc
@@ -12,11 +12,10 @@ The following table summarizes the configuration options 
available for the `aws-
 |===
 | Property| Name| Description| Type| Default| Example
 | *accessKey {empty}* *| Access Key| The access key obtained from AWS| string| 
| 
-| *messageDeduplicationIdStrategy {empty}* *| Message Deduplication ID 
Strategy| Strategy for setting the messageDeduplicationId on the message. Can 
be one of the following options useExchangeId, useContentBasedDeduplication| 
string| `"useExchangeId"`| 
-| *messageGroupIdStrategy {empty}* *| Message Group ID Strategy| Strategy for 
setting the messageGroupId on the message. Can be one of the following options 
useConstant, useExchangeId, usePropertyValue.| string| `"useExchangeId"`| 
 | *queueNameOrArn {empty}* *| Queue Name| The SQS Queue name or ARN| string| | 
 | *region {empty}* *| AWS Region| The AWS region to connect to| string| | 
`"eu-west-1"`
 | *secretKey {empty}* *| Secret Key| The secret key obtained from AWS| string| 
| 
+| contentBasedDeduplication| Content-Based Deduplication| Use content-based 
deduplication (should be enabled in the SQS FIFO queue first)| boolean| 
`false`| 
 |===
 
 NOTE: Fields marked with ({empty}*) are mandatory.

Reply via email to