You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Kamil (JIRA)" <ji...@apache.org> on 2017/09/08 09:00:15 UTC

[jira] [Issue Comment Deleted] (CAMEL-11680) Camel-dropbox should support Put not only from localPath

     [ https://issues.apache.org/jira/browse/CAMEL-11680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kamil updated CAMEL-11680:
--------------------------
    Comment: was deleted

(was: [~davsclaus], If you want to (and I think you should) support both "old" and "new" style, I'm certain that you should retain that two checks which you had removed and just change them adding additional check before.
Pseudocode:
{code}
If(body is empty) -> retain all of the checks
if(body has value) -> skip checking file and parameter existence
{code})

> Camel-dropbox should support Put not only from localPath
> --------------------------------------------------------
>
>                 Key: CAMEL-11680
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11680
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-dropbox
>            Reporter: Kamil
>            Assignee: Claus Ibsen
>             Fix For: 2.20.0
>
>
> Currently if I want to Put file on Dropbox using Camel-Dopbox I must create temporary file, write to it using file:// and then use: 
> {code}
> dropbox://put?localPath=${header.myTempFile}
> {code}
> which is tedious.
> Camel-dropbox should support writing directly from Exchange



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)