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 [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
internal [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
memory [feature] support processing of (many) more media types (#3090) 2024-07-12 09:39:47 +00:00
s3 [bugfix] s3 media uploaded without content-type (#3353) 2024-09-26 14:43:10 +02:00
block.archived [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
block_test.archived [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
errors.go [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
LICENSE [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
README.md [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
storage.go [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
test.sh [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00

go-storage

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

Supports: on-disk, memory, S3.