Fix Content-Type header

This commit is contained in:
ekzyis 2024-10-16 03:03:51 +02:00
parent b880c1256e
commit 04fd2ccbe4
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ func (c *Client) UploadImage(img *image.RGBA) (string, error) {
} }
for k, v := range map[string]string{ for k, v := range map[string]string{
"Content-type": type_, "Content-Type": type_,
"Cache-Control": "max-age=31536000", "Cache-Control": "max-age=31536000",
"acl": "public-read", "acl": "public-read",
} { } {