mirror of
https://github.com/minio/minio.git
synced 2025-11-26 04:26:12 -05:00
multipart: Code cleanup
- More locking cleanup. Fix naming convention. - Simplify concatenation and blocking calls.
This commit is contained in:
@@ -68,7 +68,7 @@ type ObjectMetadata struct {
|
||||
ContentType string
|
||||
Created time.Time
|
||||
Mode os.FileMode
|
||||
Md5 string
|
||||
MD5 string
|
||||
Size int64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user