Transfering payloads in multiple chunks using aws-chunked is not supported

Hello All,

I’m trying to install Grafana Tempo using newest Helm chart.
I’m using a S3 third party storage and I’m facing an issue where Ingester pod is unable to start due this error:

level=warn ts=2023-08-11T08:46:54.304214738Z caller=reporter.go:112 msg=“failed to CAS cluster seed key” err=“error writing object to s3 backend, object tempo_cluster_seed.json: Transfering payloads in multiple chunks using aws-chunked is not supported.”

I have talked with my organisation storage engineers ant it seems our S3 storage does not support aws-chunked. My question would be, is it possible to disable writing chunked data in Grafana Tempo storage configuration ?

Tadas