mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
remove gateway completely (#15929)
This commit is contained in:
@@ -56,10 +56,6 @@ func (m *metacacheManager) initManager() {
|
||||
objAPI = newObjectLayerFn()
|
||||
}
|
||||
|
||||
if globalIsGateway {
|
||||
return
|
||||
}
|
||||
|
||||
t := time.NewTicker(time.Minute)
|
||||
defer t.Stop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user