From b13a6437ff2da5c802a218e8938ab2eb805f52ef Mon Sep 17 00:00:00 2001 From: kim Date: Fri, 6 Jun 2025 16:35:39 +0200 Subject: [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 Co-committed-by: kim --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 7a9211f68..ac9206afe 100644 --- a/go.mod +++ b/go.mod @@ -31,7 +31,7 @@ require ( codeberg.org/gruf/go-runners v1.6.3 codeberg.org/gruf/go-sched v1.2.4 codeberg.org/gruf/go-split v1.2.0 - codeberg.org/gruf/go-storage v0.2.1 + codeberg.org/gruf/go-storage v0.3.1 codeberg.org/gruf/go-structr v0.9.7 github.com/DmitriyVTitov/size v1.5.0 github.com/KimMachineGun/automemlimit v0.7.2 -- cgit v1.2.3