mirror of
https://github.com/pgsty/minio.git
synced 2026-05-15 03:48:43 +02:00
The default behavior is to cache each range requested to cache drive. Add an environment variable `MINIO_RANGE_CACHE` - when set to off, it disables range caching and instead downloads entire object in the background. Fixes #9870