kim 53ee6aef08
[bugfix] s3 media uploaded without content-type (#3353)
* update go-storage dependency, for S3Storage manually call PutObject() so we can set content-type

* update calls to PutFile() to include the contentType
2024-09-26 14:43:10 +02:00
..

go-storage

A simple library providing various storage implementations with a simple read-write-stat interface.

Supports: on-disk, memory, S3.