mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 06:56:18 +03:00
More donut, cache, api cleanup
This commit is contained in:
@@ -71,7 +71,7 @@ func init() {
|
||||
}
|
||||
}
|
||||
|
||||
func getAPIServerConfig(c *cli.Context) httpserver.Config {
|
||||
func getAPIServerConfig(c *cli.Context) api.Config {
|
||||
certFile := c.GlobalString("cert")
|
||||
keyFile := c.GlobalString("key")
|
||||
if (certFile != "" && keyFile == "") || (certFile == "" && keyFile != "") {
|
||||
|
||||
Reference in New Issue
Block a user