GoToSocial/vendor/codeberg.org/gruf/go-storage
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
..
disk
internal
memory
s3
LICENSE
README.md
block.archived
block_test.archived
errors.go
storage.go
test.sh

README.md

go-storage

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

Supports: on-disk, memory, S3.