Use getObjectInfo() in both FS and XL ListObjects() to simplify and to return complete object information (#3247)

This commit is contained in:
Anis Elleuch
2016-11-13 20:48:02 +01:00
committed by Harshavardhana
parent 716316f711
commit 380d6c6435
4 changed files with 39 additions and 60 deletions
-3
View File
@@ -46,7 +46,4 @@ type FileInfo struct {
// File mode bits.
Mode os.FileMode
// Hex encoded md5 checksum of the file.
MD5Sum string
}