AWS_S3 consumer unable to delect object with another S3 producer

2018-01-02 Thread Yi Yan
") .setHeader("CamelAwsS3Key", constant("test1_copy.txt")) .setHeader("CamelAwsS3ContentLength", constant(5)) .to("TARGET_BUCKET_NAME?amazonS3Client=#s3_client&includeBody=false); Thanks, Yi Yan

RE: AWS_S3 consumer unable to delect object with another S3 producer

2018-01-02 Thread Yi Yan
er("CamelAwsS3Key", constant("test1_copy.txt")) .setHeader("CamelAwsS3ContentLength", constant(5)) .to("aws-s3:target_bucket?amazonS3Client=#AWSConnection1&includeBody=false"); Thanks, Yi Yan -Original Message- From: Willem Jiang [mailto:wi

How to delete messages by AWS-SQS Component with deleteAfterRead

2016-09-22 Thread Yi Yan
Hi, I'm using camel-aws version 2.17.3, the deleteAfterRead options works well when I only set it by true, but when I use deleteIfFiltered(false) together, the message will not be deleted, then I changed them both as true the message can be deleted in queue. Is there any relationship between de