mirror of
https://github.com/pgsty/minio.git
synced 2026-07-30 01:16:15 +03:00
multipart: Code cleanup
- More locking cleanup. Fix naming convention. - Simplify concatenation and blocking calls.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ import (
|
||||
|
||||
// Metadata - carries metadata about object
|
||||
type Metadata struct {
|
||||
Md5sum []byte
|
||||
MD5sum []byte
|
||||
ContentType string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user