Loki Helm Chart 6.3.4 - Minio Required?

Hi all - I’m struggling to deploy a working Loki deployment from the latest recommended loki helm chart, which brings Loki 3.0.

I’m starting with the example given for SingleBinary installation using the example config here:

My goal is to use AWS S3 as the backend storage, so I’m not sure that I want Minio installed locally - if I try to disable this with:

minio:
  enabled: false

the chart fails to render. This is with storage.type: s3
If I set storage.type to filesystem storage then the minio section can be removed and I don’t see the minio pods.