Provide ETag with sha256Sum of input object data

This commit is contained in:
Harshavardhana
2015-01-21 10:45:22 -08:00
parent 5b67da7d96
commit d44404dd81
3 changed files with 11 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ func TestMinioApi(t *testing.T) {
Owner: owner,
},
}
data := &ListResponse{
data := &ObjectListResponse{
Name: "name",
Contents: contents,
}