diff --git a/upload.go b/upload.go index ca84bf7..2cdf72d 100644 --- a/upload.go +++ b/upload.go @@ -86,7 +86,7 @@ func (c *Client) UploadImage(img *image.RGBA) (string, error) { } for k, v := range map[string]string{ - "Content-type": type_, + "Content-Type": type_, "Cache-Control": "max-age=31536000", "acl": "public-read", } {