View Source FSS (fss v0.1.0)
A small abstraction to describe how to access files.
It works with different file systems, for local files and remote ones.
It's a library to parse and validate URIs, with the necessary attributes.
See the supported specifications for more details:
Summary
Types
@type entry() :: FSS.Local.Entry.t() | FSS.S3.Entry.t() | FSS.HTTP.Entry.t()
Can be used to refer to any entry that FSS supports.