mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
objectapi: Simplify ListMultipart combine recursive and non-recursive. (#1390)
Fixes #1365
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
ad1abc4486
commit
90987df9b4
4
xl-v1.go
4
xl-v1.go
@@ -531,7 +531,7 @@ func (xl XL) StatFile(volume, path string) (FileInfo, error) {
|
||||
log.WithFields(logrus.Fields{
|
||||
"volume": volume,
|
||||
"path": path,
|
||||
}).Errorf("getReadableDisks failed with %s", err)
|
||||
}).Errorf("listOnlineDisks failed with %s", err)
|
||||
return FileInfo{}, err
|
||||
}
|
||||
|
||||
@@ -540,7 +540,7 @@ func (xl XL) StatFile(volume, path string) (FileInfo, error) {
|
||||
log.WithFields(logrus.Fields{
|
||||
"volume": volume,
|
||||
"path": path,
|
||||
}).Errorf("doHealFile failed with %s", err)
|
||||
}).Errorf("healFile failed with %s", err)
|
||||
return FileInfo{}, err
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user