multipart: Code cleanup

- More locking cleanup. Fix naming convention.
- Simplify concatenation and blocking calls.
This commit is contained in:
Harshavardhana
2016-02-05 02:15:48 -08:00
parent d79fcb1800
commit a4c005ce30
15 changed files with 219 additions and 208 deletions

View File

@@ -68,7 +68,7 @@ type ObjectMetadata struct {
ContentType string
Created time.Time
Mode os.FileMode
Md5 string
MD5 string
Size int64
}