diff --git a/aws-s3-source.kamelet.yaml b/aws-s3-source.kamelet.yaml index bb8ba0711..77f9bee86 100644 --- a/aws-s3-source.kamelet.yaml +++ b/aws-s3-source.kamelet.yaml @@ -46,6 +46,13 @@ spec: description: The AWS region to connect to type: string example: eu-west-1 + autoCreateBucket: + title: Autocreate bucket + description: Setting the autocreation of the S3 bucket bucketName. + type: boolean + x-descriptors: + - 'urn:alm:descriptor:com.tectonic.ui:checkbox' + default: false types: out: mediaType: application/json @@ -53,6 +60,7 @@ spec: from: uri: "aws2-s3:{{bucketNameOrArn}}" parameters: + autoCreateBucket: "{{autoCreateBucket}}" secretKey: "{{secretKey}}" accessKey: "{{accessKey}}" region: "{{region}}" diff --git a/docs/modules/ROOT/pages/aws-s3-source.adoc b/docs/modules/ROOT/pages/aws-s3-source.adoc index db0ce0b2f..66d4b5294 100644 --- a/docs/modules/ROOT/pages/aws-s3-source.adoc +++ b/docs/modules/ROOT/pages/aws-s3-source.adoc @@ -15,6 +15,7 @@ The following table summarizes the configuration options available for the `aws- | *bucketNameOrArn {empty}* *| Bucket Name| The S3 Bucket 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| | +| autoCreateBucket| Autocreate bucket| Setting the autocreation of the S3 bucket bucketName.| boolean| `false`| | deleteAfterRead| Auto-delete objects| Delete objects after consuming them| boolean| `true`| |=== diff --git a/docs/modules/ROOT/pages/dropbox-source.adoc b/docs/modules/ROOT/pages/dropbox-source.adoc index 3b1d1c5e6..d9ba9924a 100644 --- a/docs/modules/ROOT/pages/dropbox-source.adoc +++ b/docs/modules/ROOT/pages/dropbox-source.adoc @@ -14,8 +14,8 @@ The following table summarizes the configuration options available for the `drop | *accessToken {empty}* *| Dropbox Access Token| The access Token to use to access Dropbox| string| | | *clientIdentifier {empty}* *| The client identifier| Dropbox App client Identifier| string| | | *period {empty}* *| Period between polls| The interval between fetches to the earthquake API in milliseconds| integer| `10000`| +| *query {empty}* *| Querys| A space-separated list of sub-strings to search for. A file matches only if it contains all the sub-strings. If this option is not set, all files will be matched.| string| | | *remotePath {empty}* *| Remote path| Original file or folder to work with| string| | -| query| Querys| A space-separated list of sub-strings to search for. A file matches only if it contains all the sub-strings. If this option is not set, all files will be matched.| string| | |=== NOTE: Fields marked with ({empty}*) are mandatory. @@ -44,6 +44,7 @@ spec: properties: accessToken: "The Dropbox Access Token" clientIdentifier: "The The client identifier" + query: "The Querys" remotePath: "The Remote path" sink: ref: