Skip to content

Commit

Permalink
Metadata values were different
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Newton committed Nov 28, 2017
1 parent cb660a0 commit 0d703ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func (w *S3Writer) Write(uuid string, b *[]byte, ct string, tid string) (bool, e
return exists, nil
}
hashAsString := strconv.FormatUint(newHash, 10)
params.Metadata["current-object-metadata"] = &hashAsString
params.Metadata["Current-Object-Hash"] = &hashAsString
}

fmt.Printf("New params are %v\n", params)
Expand Down

0 comments on commit 0d703ad

Please sign in to comment.