See also: grafana/loki#21624
When the Lokitool restarts to successfully sync to all S3 backends (probably in major 3.8 and up), we should undo the setting of these env vars in the backend workers.
if "backend" in worker.roles:
env.update(
{
"AWS_REQUEST_CHECKSUM_CALCULATION": "when_required",
"AWS_REQUEST_CHECKSUM_VALIDATION": "when_required",
}
)
See also: grafana/loki#21624
When the Lokitool restarts to successfully sync to all S3 backends (probably in major 3.8 and up), we should undo the setting of these env vars in the backend workers.