Filesystem abstraction for Golang. Supports local and S3
Find a file
2024-11-21 12:12:05 -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_errors_test.go fix typos 2024-11-21 12:12:05 -05:00
local_test.go Add CopyDir and DeleteDir and their respective tests 2024-11-20 15:43:34 -05:00
s3_errors_test.go fix typos 2024-11-21 12:12:05 -05:00
s3_test.go Add CopyDir and DeleteDir and their respective tests 2024-11-20 15:43:34 -05:00
storage.go add expected errors tests, fix ErrFolderNotFound not being sent on S3. 2024-11-21 12:05:00 -05:00
Taskfile.yml fix issue where s3 would not return a ErrFileNotFound 2024-11-20 13:45:51 -05:00