lovedigit
👽 Chevereto Freak
Please open one ticket per issue. If you are experiencing multiple issues don't hesitate to create multiple tickets for each issue.
Reproduction steps
Error: InvalidArgument: Unsupported header 'x-amz-checksum-crc32' received for this API call
aws SDK version below 3.337 works. The change has been introduced in v3.337 that makes the checksum request and verification default.
It does affect most of the s3-compatible providers, such as backblaze b2, Cloudflare R2 etc. Easy workaround for now is to downgrade aws-sdk to any version below v3.337.
We can also set environment variables to fix this. More details here: https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html
Error log message
NA
Reproduction steps
- Setup external storage destination to backblaze b2 using s3 compatible
- Upload an image, it will throw an error
Error: InvalidArgument: Unsupported header 'x-amz-checksum-crc32' received for this API call
aws SDK version below 3.337 works. The change has been introduced in v3.337 that makes the checksum request and verification default.
It does affect most of the s3-compatible providers, such as backblaze b2, Cloudflare R2 etc. Easy workaround for now is to downgrade aws-sdk to any version below v3.337.
We can also set environment variables to fix this. More details here: https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html
Error log message
NA