You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
1 month ago
..
disk [performance] update storage backend and make use of seek syscall when available (#2924) 6 months ago
internal [performance] update storage backend and make use of seek syscall when available (#2924) 6 months ago
memory [feature] support processing of (many) more media types (#3090) 4 months ago
s3 [bugfix] s3 media uploaded without content-type (#3353) 1 month ago
LICENSE [performance] update storage backend and make use of seek syscall when available (#2924) 6 months ago
README.md [performance] update storage backend and make use of seek syscall when available (#2924) 6 months ago
block.archived [performance] update storage backend and make use of seek syscall when available (#2924) 6 months ago
block_test.archived [performance] update storage backend and make use of seek syscall when available (#2924) 6 months ago
errors.go [performance] update storage backend and make use of seek syscall when available (#2924) 6 months ago
storage.go [performance] update storage backend and make use of seek syscall when available (#2924) 6 months ago
test.sh [performance] update storage backend and make use of seek syscall when available (#2924) 6 months ago

README.md

go-storage

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

Supports: on-disk, memory, S3.