Expand description
Optimized local I/Os
Structs§
- Local
Object Reader - Object reader for local file system.
Functions§
- copy_
file - Copy a file from one location to another, supporting cross-filesystem copies.
- remove_
dir_ all - Recursively remove a directory, specified by
object_store::path::Path. - to_
local_ path - Convert an
object_store::path::Pathto astd::path::Path.