Module local

Source
Expand description

Object store that represents the Local File System.

Structs§

LocalFileSystem
Local File System as Object Store.

Statics§

LOCAL_SCHEME

Functions§

local_object_reader
Helper method to convert a file location to a LocalFileReader
local_object_reader_stream
Create a stream of ObjectReader by converting each file in the files vector into instances of LocalFileReader
local_unpartitioned_file
Helper method to fetch the file size and date at given path and create a FileMeta
path_as_str
Try to convert a PathBuf reference into a &str