This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 064617a2f65d9d11235b21e807e2682ace368362 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 10 09:47:05 2023 +0100 Regen Signed-off-by: Andrea Cosentino <[email protected]> --- .../camel-kamelets/src/main/resources/kamelets/sftp-sink.kamelet.yaml | 4 ++-- .../src/main/resources/kamelets/sftp-source.kamelet.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/sftp-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/sftp-sink.kamelet.yaml index bdc5ccc6..77b26a70 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/sftp-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/sftp-sink.kamelet.yaml @@ -114,7 +114,7 @@ spec: default: true x-descriptors: - 'urn:alm:descriptor:com.tectonic.ui:checkbox' - autocreate: + autoCreate: title: Autocreate Missing Directories description: Automatically create the directory the files should be written to. type: boolean @@ -154,4 +154,4 @@ spec: passiveMode: "{{passiveMode}}" fileExist: "{{fileExist}}" binary: "{{binary}}" - autocreate: "{{autocreate}}" + autoCreate: "{{autoCreate}}" diff --git a/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml index b809fe33..cee95381 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml @@ -125,7 +125,7 @@ spec: default: true x-descriptors: - 'urn:alm:descriptor:com.tectonic.ui:checkbox' - autocreate: + autoCreate: title: Autocreate Missing Directories description: Automatically create starting directory. type: boolean @@ -152,7 +152,7 @@ spec: idempotent: "{{idempotent}}" ignoreFileNotFoundOrPermissionError: "{{ignoreFileNotFoundOrPermissionError}}" binary: "{{binary}}" - autocreate: "{{autocreate}}" + autoCreate: "{{autoCreate}}" steps: - set-body: simple: "${body.getBody()}"
