XL/Multipart: maintain the parts info in multipart.json after complete-multipart-upload. (#1436)

This commit is contained in:
Krishna Srinivas
2016-05-01 13:55:48 +05:30
committed by Harshavardhana
parent 443ec37765
commit 0c27d8e5b1
3 changed files with 64 additions and 22 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ func (fs fsObjects) listLeafEntries(prefixPath string) (entries []FileInfo, e er
return entries, nil
}
// listMetaVolumeFiles - list all files at a given prefix inside minioMetaVolume.
// listMetaVolumeFiles - list all files at a given prefix inside MetaVolume.
func (fs fsObjects) listMetaVolumeFiles(prefixPath string, markerPath string, recursive bool, maxKeys int) (allFileInfos []FileInfo, eof bool, err error) {
// newMaxKeys tracks the size of entries which are going to be
// returned back.