mirror of
https://github.com/minio/minio.git
synced 2025-11-29 05:19:03 -05:00
committed by
Anand Babu (AB) Periasamy
parent
658a595d7a
commit
ca097de96c
@@ -53,8 +53,9 @@ func newXLObjects(exportPaths ...string) (ObjectLayer, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// Cleanup all temporary entries.
|
||||
cleanupAllTmpEntries(storage)
|
||||
// Initialize object layer - like creating minioMetaBucket,
|
||||
// cleaning up tmp files etc.
|
||||
initObjectLayer(storage)
|
||||
|
||||
// Return successfully initialized object layer.
|
||||
return xlObjects{
|
||||
|
||||
Reference in New Issue
Block a user