mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
The change improves compatibility with 3rd party S3 implementations. MD5 had been a default checksum method for a long time, but in v1.73.0 it was changed to CRC by AWS. Some implementations do not support CRC, such as Dell ECS. Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10907 PR https://github.com/VictoriaMetrics/VictoriaMetrics-enterprise/pull/1038 --------- Co-authored-by: Max Kotliar <mkotlyar@victoriametrics.com>