# Functions
NewMock create new mock instance.
# Interfaces
Copier copies an object from the a path in a bucket to another path in the same or different bucket.
CopierWithContext copies an object from the a path in a bucket to another path in the same or different bucket.
Creator create newfile or open current and truncate.
Deleter delete object from storage.
DeleterWithContext delete object from storage.
FileInfo list of file properties.
Getter get object from storage.
GetterWithContext get object from storage.
Linker get dowload link with expiration.
Lister get the contents of the path.
ListerWithContext get the contents of the path.
Putter move object to storage.
PutterWithContext moves object to storage.
Stater get information about the file.
Storage list of storage interfaces.
Walker recursively look for files in directory.
WalkerWithContext recursively look for files in directory.