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 processing in the middle, and an upload of a different file and a different bucket (where the KEY header is set to tell Camel which file to use), bucket1 is apparently sticky and only overriding the BUCKET_NAME header before processing the upload works.
Is this known behavior with the way Camel processes message bodies/headers for the S3 component in particular? I would have expected the explicit bucket name in the Camel URI to override the settings, but apparently it doesn't take. I'm wondering if this qualifies as a bug or perhaps something to point out in documentation. Happy to attach a test if folks are having trouble reproducing. Anthony