completely remove drive caching layer from gateway days (#18217)
This has already been deprecated for close to a year now.
This commit is contained in:
@@ -2049,9 +2049,6 @@ func registerAPIFunctions(muxRouter *mux.Router, objLayer ObjectLayer, apiFuncti
|
||||
ObjectAPI: func() ObjectLayer {
|
||||
return globalObjectAPI
|
||||
},
|
||||
CacheAPI: func() CacheObjectLayer {
|
||||
return globalCacheObjectAPI
|
||||
},
|
||||
}
|
||||
|
||||
// Register ListBuckets handler.
|
||||
|
||||
Reference in New Issue
Block a user