Is there anything like Python’s fsspec for Julia? I want to be able to read from a file but that file might be living locally, on the Internet, or in S3.
There’s FilePathsBase.jl, which is used as a common interface for things like S3Path
from AWSS3.jl.
@stillyslalom Thanks, that’s a start. But I was thinking about something like an extension of FileIO.jl but supporting input multi-file datasets and with files in remote locations.