Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Apr 9, 2021
1 parent 546b314 commit 4b1ea3b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/modules/ROOT/pages/aws-s3-sink.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`|
Expand Down Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/ftp-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`|
|===
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/ftps-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`|
|===
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/sftp-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`|
|===
Expand Down

0 comments on commit 4b1ea3b

Please sign in to comment.