No. Please check: http://camel.apache.org/aws-s3.html
Best, Christian ----------------- Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Tue, Aug 4, 2015 at 4:16 PM, rubavathi <rubavathi.sriniva...@mobax.com> wrote: > Hi, > > On creating the following route I am getting exception: > > org.apache.camel.RuntimeCamelException: > org.apache.camel.FailedToCreateRouteException: Failed to create route > route1 > at: >>> > > To[aws-s3://buckettest?recursive=true&amazonS3Endpoint=endpoint&accessKey=accesskey®ion=region] > <<< in route: Route(route1) due to: There are 1 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=[{recursive=true}] > at > > org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1619) > at > > org.apache.camel.spring.SpringCamelContext.onApplicationEvent(SpringCamelContext.java:123) > at > > org.apache.camel.spring.CamelContextFactoryBean.onApplicationEvent(CamelContextFactoryBean.java:332) > at > > org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:98) > at > > org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:333) > at > > org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:776) > at > > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:485) > at > > org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403) > at > > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306) > at > > org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106) > at > > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4992) > > Can't we use "recursive=true" on defining camel routes? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-s3-route-recursive-true-doesn-t-work-tp5770278.html > Sent from the Camel - Users mailing list archive at Nabble.com. >