XL: Rename objectN to part.N (#2019)

Fixes #2015
This commit is contained in:
Harshavardhana
2016-06-27 21:42:33 -07:00
committed by GitHub
parent 5291db60c6
commit 4db2b03312
7 changed files with 19 additions and 25 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ func (fs fsObjects) CompleteMultipartUpload(bucket string, object string, upload
return "", err
}
tempObj := path.Join(tmpMetaPrefix, uploadID, "object1")
tempObj := path.Join(tmpMetaPrefix, uploadID, "part.1")
// Allocate 128KiB of staging buffer.
var buf = make([]byte, readSizeV1)