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-kamelets.git
The following commit(s) were added to refs/heads/master by this push: new 4b1ea3b Regen 4b1ea3b is described below commit 4b1ea3b5bd678339e7f789adcc4c163ec9320b70 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Apr 9 16:02:29 2021 +0200 Regen --- docs/modules/ROOT/pages/aws-s3-sink.adoc | 10 +++++++--- docs/modules/ROOT/pages/ftp-source.adoc | 1 + docs/modules/ROOT/pages/ftps-source.adoc | 1 + docs/modules/ROOT/pages/sftp-source.adoc | 1 + 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/aws-s3-sink.adoc b/docs/modules/ROOT/pages/aws-s3-sink.adoc index 9918009..a2703f5 100644 --- a/docs/modules/ROOT/pages/aws-s3-sink.adoc +++ b/docs/modules/ROOT/pages/aws-s3-sink.adoc @@ -3,7 +3,13 @@ *Provided by: "Apache Software Foundation"* -Send data to AWS S3. +Upload data to AWS S3. + +The Kamelet expects the following headers to be set: + +- `file` / `ce-file`: as the file name to upload + +If the header won't be set the exchange ID will be used as file name. == Configuration Options @@ -13,7 +19,6 @@ 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| | | *bucketNameOrArn {empty}* *| Bucket Name| The S3 Bucket name or ARN.| string| | -| *filename {empty}* *| Filename (S3 Key)| The target filename created on S3.| 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| | | autoCreateBucket| Autocreate bucket| Setting the autocreation of the S3 bucket bucketName.| boolean| `false`| @@ -52,7 +57,6 @@ spec: properties: accessKey: "The Access Key" bucketNameOrArn: "The Bucket Name" - filename: "The Filename (S3 Key)" region: "eu-west-1" secretKey: "The Secret Key" diff --git a/docs/modules/ROOT/pages/ftp-source.adoc b/docs/modules/ROOT/pages/ftp-source.adoc index 0792f9b..6e73e70 100644 --- a/docs/modules/ROOT/pages/ftp-source.adoc +++ b/docs/modules/ROOT/pages/ftp-source.adoc @@ -16,6 +16,7 @@ The following table summarizes the configuration options available for the `ftp- | *password {empty}* *| Password| The password to access the FTP server| string| | | *port {empty}* *| Port| Port of the FTP server| string| `21`| | *username {empty}* *| Username| The username to access the FTP server| string| | +| idempotent| Idempotency| Skip already processed files.| boolean| `true`| | passiveMode| Passive Mode| Sets passive mode connection| boolean| `false`| | recursive| Recursive| If a directory, will look for files in all the sub-directories as well.| boolean| `false`| |=== diff --git a/docs/modules/ROOT/pages/ftps-source.adoc b/docs/modules/ROOT/pages/ftps-source.adoc index 9e05d2a..91c19c2 100644 --- a/docs/modules/ROOT/pages/ftps-source.adoc +++ b/docs/modules/ROOT/pages/ftps-source.adoc @@ -16,6 +16,7 @@ The following table summarizes the configuration options available for the `ftps | *password {empty}* *| Password| The password to access the FTPS server| string| | | *port {empty}* *| Port| Port of the FTPS server| string| `21`| | *username {empty}* *| Username| The username to access the FTPS server| string| | +| idempotent| Idempotency| Skip already processed files.| boolean| `true`| | passiveMode| Passive Mode| Sets passive mode connection| boolean| `false`| | recursive| Recursive| If a directory, will look for files in all the sub-directories as well.| boolean| `false`| |=== diff --git a/docs/modules/ROOT/pages/sftp-source.adoc b/docs/modules/ROOT/pages/sftp-source.adoc index 69d25fc..62b9e99 100644 --- a/docs/modules/ROOT/pages/sftp-source.adoc +++ b/docs/modules/ROOT/pages/sftp-source.adoc @@ -16,6 +16,7 @@ The following table summarizes the configuration options available for the `sftp | *password {empty}* *| Password| The password to access the SFTP server| string| | | *port {empty}* *| Port| Port of the FTP server| string| `22`| | *username {empty}* *| Username| The username to access the SFTP server| string| | +| idempotent| Idempotency| Skip already processed files.| boolean| `true`| | passiveMode| Passive Mode| Sets passive mode connection| boolean| `false`| | recursive| Recursive| If a directory, will look for files in all the sub-directories as well.| boolean| `false`| |===