This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit b681ee34deaf7c6917e7da392f8de6970e665a6e Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Apr 8 18:48:26 2021 +0200 FTP/FTPS and SFTP: Don't convert body to String, leave as-is or at least try to convert to inputstream - FTP Kamelet --- ftp-source.kamelet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftp-source.kamelet.yaml b/ftp-source.kamelet.yaml index 169e42c..5affce7 100644 --- a/ftp-source.kamelet.yaml +++ b/ftp-source.kamelet.yaml @@ -67,4 +67,6 @@ spec: recursive: "{{recursive}}" idempotent: "{{idempotent}}" steps: + - convert-body-to: + type: "java.io.InputStream" - to: "kamelet:sink"
