Skip to content

Commit

Permalink
FTP/FTPS and SFTP: Don't convert body to String, leave as-is or at le…
Browse files Browse the repository at this point in the history
…ast convert to InputStream - FTPS Kamelet
  • Loading branch information
oscerd authored and nicolaferraro committed Apr 9, 2021
1 parent 8306c58 commit 546b314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ftps-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ spec:
recursive: "{{recursive}}"
idempotent: "{{idempotent}}"
steps:
- convert-body-to:
type: "java.io.InputStream"
- to: "kamelet:sink"

0 comments on commit 546b314

Please sign in to comment.