From 4b1ea3b5bd678339e7f789adcc4c163ec9320b70 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Fri, 9 Apr 2021 16:02:29 +0200 Subject: [PATCH] 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 9918009bc..a2703f566 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 0792f9b65..6e73e70df 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 9e05d2ab7..91c19c22d 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 69d25fc76..62b9e998e 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`| |===