mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Initial work for xml list objects
This commit is contained in:
@@ -17,7 +17,7 @@ func Start() {
|
||||
ctrlChans = append(ctrlChans, ctrlChan)
|
||||
statusChans = append(statusChans, statusChan)
|
||||
|
||||
ctrlChan, statusChan = httpserver.Start(minioapi.HttpHandler(storage))
|
||||
ctrlChan, statusChan = httpserver.Start(minioapi.HttpHandler(storage), ":8080")
|
||||
ctrlChans = append(ctrlChans, ctrlChan)
|
||||
statusChans = append(statusChans, statusChan)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user