Re: Counterintuitive behavior in S3 producer and consumer

2023-07-15 Thread Claus Ibsen
Hi Yeah we have had this in some of the other messaging component (jms, rabbitmq, kafka etc.) in those we have introduced an XXX_OVERRIDE header, that overrides the endpoint destination. This allows in those components to make them use in situations like yours with from A to B Maybe we can

Re: Counterintuitive behavior in S3 producer and consumer

2023-07-14 Thread Andrea Cosentino
By the way I'll have another look. I don't remember this behavior, at least not with bucket2 explicit in the URI Il ven 14 lug 2023, 23:42 Andrea Cosentino ha scritto: > This is a known behavior. > > You need to override the header explicitly. > > Il ven 14 lug 2023, 23:05 Anthony Wu ha

Re: Counterintuitive behavior in S3 producer and consumer

2023-07-14 Thread Andrea Cosentino
This is a known behavior. You need to override the header explicitly. Il ven 14 lug 2023, 23:05 Anthony Wu ha scritto: > Hi folks, > > I noticed something odd in Camel 3.14.x where, if you have a > from("aws2-s3://bucket1") and a to("aws2-s3://bucket2") - basically a > download, some