go-io/s3
Snider e743cd927d fix(errors): replace fmt.Errorf with coreerr.E() in store, local, and s3
Standardise error handling in store/store.go, store/medium.go,
local/client.go, and s3/s3.go to use coreerr.E() from go-log,
matching the pattern used across the rest of the codebase.
Remove now-unused "fmt" imports from store packages and s3.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 18:19:50 +00:00
..
s3.go fix(errors): replace fmt.Errorf with coreerr.E() in store, local, and s3 2026-03-16 18:19:50 +00:00
s3_test.go feat: standalone io.Medium abstraction 2026-03-06 09:31:28 +00:00