mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 09:15:50 +03:00
53ee6aef08
* update go-storage dependency, for S3Storage manually call PutObject() so we can set content-type * update calls to PutFile() to include the contentType |
||
---|---|---|
.. | ||
disk | ||
internal | ||
memory | ||
s3 | ||
block.archived | ||
block_test.archived | ||
errors.go | ||
LICENSE | ||
README.md | ||
storage.go | ||
test.sh |
go-storage
A simple library providing various storage implementations with a simple read-write-stat interface.
Supports: on-disk, memory, S3.