mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 06:00:24 +03:00
Add logger command - also migrate from old config to newer config
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ func registerCloudStorageAPI(mux *router.Router, a CloudStorageAPI) {
|
||||
}
|
||||
|
||||
// getNewCloudStorageAPI instantiate a new CloudStorageAPI
|
||||
func getNewCloudStorageAPI(conf serverConfig) CloudStorageAPI {
|
||||
func getNewCloudStorageAPI(conf cloudServerConfig) CloudStorageAPI {
|
||||
fs, err := fs.New()
|
||||
fatalIf(err.Trace(), "Instantiating filesystem failed.", nil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user