Remove Azure gateway implementation (#14418)

refer #14331
This commit is contained in:
Harshavardhana
2022-02-27 14:54:37 -08:00
committed by Minio Trusted
parent 13ba4b433d
commit 85f3a9f3b0
13 changed files with 430 additions and 2211 deletions

View File

@@ -1,6 +1,6 @@
# Disk Cache Quickstart Guide [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io)
Disk caching feature here refers to the use of caching disks to store content closer to the tenants. For instance, if you access an object from a lets say `gateway azure` setup and download the object that gets cached, each subsequent request on the object gets served directly from the cache drives until it expires. This feature allows MinIO users to have
Disk caching feature here refers to the use of caching disks to store content closer to the tenants. For instance, if you access an object from a lets say `gateway s3` setup and download the object that gets cached, each subsequent request on the object gets served directly from the cache drives until it expires. This feature allows MinIO users to have
- Object to be delivered with the best possible performance.
- Dramatic improvements for time to first byte for any object.