Filesystem abstraction for Golang. Supports local and S3
.gitignore | ||
file.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
local_errors_test.go | ||
local_test.go | ||
README.md | ||
s3_errors_test.go | ||
s3_test.go | ||
storage.go | ||
Taskfile.yml |
Fsys - Filesystem Abstraction for Golang
fsys is a package that abstracts the local and the s3 filesystem to try to provide a standard interface for both.
Examples
coming soon