S3 Proxy throws exception "Unknown header x-amz-checksum-mode with URI xxx"
When my application tries to access a file through S3 proxy -> Azure blob the exception:
Unknown header x-amz-checksum-mode with URI xxx
is thrown.
When I disable unknown headers, the exception is gone, but nothing seems to happen. I suspect it is due to this change in s3client which our application is using:
https://github.com/aws/aws-sdk-js-v3/issues/6810
S3Proxy Version: 2.6.0 andrewgaul/s3proxy:s3proxy-2.6.0
I have got the same issue
+1
Does setting S3PROXY_IGNORE_UNKNOWN_HEADERS=true resolve your symptoms?
Does setting
S3PROXY_IGNORE_UNKNOWN_HEADERS=trueresolve your symptoms?
Sorry, @gaul Just as @DaanWillems said, when I disable unknown headers, the exception is gone, but nothing seems to happen. GetObject returns EOF failed. And I only confirmed the GET action, others I don't know.
Could you test with the latest master? I merged a workaround for #830.