gotosocial/vendor/codeberg.org/gruf/go-storage
kim b13a6437ff [chore] move s3 storage key prefixing into the storage library itself (#4246)
This is just a useful feature that it seemed more semantically correct to have in the storage library itself! Still, thank you to @vdyotte for the original change :)

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4246
Co-authored-by: kim <grufwub@gmail.com>
Co-committed-by: kim <grufwub@gmail.com>
2025-06-06 16:35:39 +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 [chore] move s3 storage key prefixing into the storage library itself (#4246) 2025-06-06 16:35:39 +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 [chore] update direct Go dependencies (#4162) 2025-05-10 14:27:25 +00:00

go-storage

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

Supports: on-disk, memory, S3.