Filesystem abstraction for Golang. Supports local and S3
Find a file
2024-11-20 13:45:51 -05:00
.gitignore Initial commit 2024-11-17 10:00:48 -05:00
file.go add open, write 2024-11-18 16:34:07 -05:00
go.mod fix issue where s3 would not return a ErrFileNotFound 2024-11-20 13:45:51 -05:00
go.sum fix issue where s3 would not return a ErrFileNotFound 2024-11-20 13:45:51 -05:00
LICENSE Initial commit 2024-11-17 10:00:48 -05:00
local_test.go move s3 and local test to their own files 2024-11-20 12:27:45 -05:00
s3_test.go fix issue where s3 would not return a ErrFileNotFound 2024-11-20 13:45:51 -05:00
storage.go fix issue where s3 would not return a ErrFileNotFound 2024-11-20 13:45:51 -05:00
Taskfile.yml fix issue where s3 would not return a ErrFileNotFound 2024-11-20 13:45:51 -05:00