# Functions
Exists returns false if the file doesn't exist.
NewFileStore returns a new file storage.
Open takes a single path and returns a io.ReadCloser, similar to os.Open.
# Interfaces
FileStore represents a file or directory of files that are either stored locally or on minio/s3.