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
+1 -1
View File
@@ -49,5 +49,5 @@ func TestPrintGatewayStartupMessage(t *testing.T) {
}
apiEndpoints := []string{"http://127.0.0.1:9000"}
printGatewayStartupMessage(apiEndpoints, "azure")
printGatewayStartupMessage(apiEndpoints, "s3")
}