remove gateway completely (#15929)

This commit is contained in:
Harshavardhana
2022-10-24 17:44:15 -07:00
committed by GitHub
parent 0c34e51a75
commit 23b329b9df
121 changed files with 538 additions and 12841 deletions

View File

@@ -35,9 +35,6 @@ const (
// DistErasureSetupType - Distributed Erasure setup type enum.
DistErasureSetupType
// GatewaySetupType - gateway setup type enum.
GatewaySetupType
)
func (setupType SetupType) String() string {
@@ -50,8 +47,6 @@ func (setupType SetupType) String() string {
return globalMinioModeErasure
case DistErasureSetupType:
return globalMinioModeDistErasure
case GatewaySetupType:
return globalMinioModeGatewayPrefix
}
return "unknown"