minio / sidekick

High Performance HTTP Sidecar Load Balancer
GNU Affero General Public License v3.0
540 stars 82 forks source link

does minio sidekick support local cache? #75

Closed lddlww closed 1 year ago

lddlww commented 1 year ago

does minio sidekick support local cache?if so how can i do?

harshavardhana commented 1 year ago

It supports caching of assets on another MinIO endpoint.

There is no disk cache in sidekick.

harshavardhana commented 1 year ago

Read docs https://github.com/minio/sidekick#run-sidekick-configured-with-high-performance-cache-on-baremetal

lddlww commented 1 year ago

thanks