[ 
https://issues.apache.org/jira/browse/CAMEL-14209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16981560#comment-16981560
 ] 

Vilmos Nagy commented on CAMEL-14209:
-------------------------------------

Yeah, you're understanding is correct - except that the marker file is not 
empty, they write some comments into that. Those comments are not _that_ 
important, but the previous solution saved the marker file with the other 
files, and I'd like to save the marker file as well.

 I'll do the PR this week, thanks.

> The File component should be able to include the `doneFile` as well
> -------------------------------------------------------------------
>
>                 Key: CAMEL-14209
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14209
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 3.0.0-M3
>            Reporter: Vilmos Nagy
>            Priority: Minor
>             Fix For: 3.x
>
>
> I want to sync the files from a directory to an S3 bucket - in case there's a 
> {{doneFile}} in the directory. It's an easy job with the {{file}} component 
> and with the {{aggregator}}.
> But I do want to include the {{doneFile}} as well.
> As far as I understand it's easy to implement a new query parameter to the 
> file component ({{includeDoneFile}}) and modify the {{GenericFileConsumer}} 
> accordingly (around the 660. line):
> {code:java}
>             if (endpoint.isDoneFile(file.getFileNameOnly()) && 
> !endpoint.isIncludeDoneFile()) {
>                 log.trace("Skipping done file: {}", file);
>                 return false;
>             }
> {code}
> Would you accept a PR with this change?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to