Metadata now stores hex md5, not base64. Minio API now converts md5 hex to base64.

This commit is contained in:
Frederick F. Kautz IV
2015-03-16 18:03:03 -07:00
parent ed5051a795
commit 583c32c774
8 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ type ObjectMetadata struct {
ContentType string
Created time.Time
ETag string
Md5 string
Size int64
}