mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Metadata now stores hex md5, not base64. Minio API now converts md5 hex to base64.
This commit is contained in:
@@ -52,7 +52,7 @@ type ObjectMetadata struct {
|
||||
|
||||
ContentType string
|
||||
Created time.Time
|
||||
ETag string
|
||||
Md5 string
|
||||
Size int64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user