mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
XL/Multipart: maintain the parts info in multipart.json after complete-multipart-upload. (#1436)
This commit is contained in:
committed by
Harshavardhana
parent
443ec37765
commit
0c27d8e5b1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user