Hi,
I have a producer which points to a directory
I want to consume to s3, inside a particular directory
Can anyone help me with that


.from(file:directoryName)
.setHeader(S3Constants.KEY, simple("check1"))
.to("aws-s3://camel?accessKey=&secretKey=&region=&");

Thanks

Reply via email to