# Packages
No description provided by the author
# Functions
FileName provides an arbitrary file name to the NewStoreFileParams() method.
Format provides an arbitrary file format (e.g.
NewNoFileError creates a new NoFileError.
NewS3FileStore creates a new S3 based file store.
NewStoreFileParams creates parameters for storing a file.
# Structs
FileInfo contains information about a file.
GetFileOutput the output when getting a file.
S3FileStore is a file store that stores files in an S3 API compatible storage system.
StoreFileParams input parameters for storing a file.
# Interfaces
FileStore an interface to a file storage system that allows storing and retrieving files by ID.
# Type aliases
NoFileError is returned when a file that doesn't exist is requested.