From e535b997a86b7da0eb04c08a5f82bbbf6448835e Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Thu, 8 Apr 2021 18:50:57 +0200 Subject: [PATCH] FTP/FTPS and SFTP: Don't convert body to String, leave as-is or at least convert to InputStream - SFTP Kamelet --- sftp-source.kamelet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sftp-source.kamelet.yaml b/sftp-source.kamelet.yaml index 0f9293125..a7d376f43 100644 --- a/sftp-source.kamelet.yaml +++ b/sftp-source.kamelet.yaml @@ -67,4 +67,6 @@ spec: recursive: "{{recursive}}" idempotent: "{{idempotent}}" steps: + - convert-body-to: + type: "java.io.InputStream" - to: "kamelet:sink"