When I try to use s3proxy for testing aws2-s3 component from Apache Camel, I keep getting Error:
[S3Proxy-Jetty-46] ERROR org.gaul.s3proxy.S3ProxyHandler - Unknown header x-amz-te with URI
I know this issue can be solved by the configuration of s3-client but when I use Camel aws2-s3 component, I'm not able to change this setting. So is it possible to implement/ignore this attribute on s3proxy side? Thanks a lot.
Maybe related to: aws/aws-sdk-java-v2#1974