mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 11:35:45 +03:00
55a3b071ea
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