2016-03-08 47 views
0

我使用AWS-S3成分消耗一些文件,我想做到這一點使用了cron表達式的時間表,這就是我想:駱駝AWS S3 cron日程表

from("aws-s3://myBucketName?" + 
      "accessKey=*******&" + 
      "secretKey=********&" + 
      "prefix=myFiles&" + 
      "deleteAfterRead=false&" + 
      "scheduler=quartz2&" + 
      "scheduler.cron=0+0/1+*+1/1+*+?+*") 

不過我我得到這個錯誤:

There are 1 scheduler parameters that couldn't be set on the endpoint. 
Check the uri if the parameters are spelt correctly and that they are 
properties of the endpoint. Unknown parameters=[{cron=0 0/1 * 1/1 * ? *}] 

我也試過URLEncoding的cron表達式,但它沒有幫助。

我錯過了什麼? s3組件是否與調度程序不兼容?

+0

你使用什麼版本的駱駝? –

+0

嗨,克勞斯,我正在使用2.16.2 –

+0

這可能是一個錯誤,我沒有潛入此。你可以登錄一張票,或者明天在irc聊天中試着給我打電話 –

回答