Module path

Source
Expand description

Path abstraction for Object Storage

Structs§

InvalidPart
Error returned by PathPart::parse
Path
A parsed path representation that can be safely written to object storage
PathPart
The PathPart type exists to validate the directory/file names that form part of a path.

Enums§

Error
Error returned by Path::parse

Constants§

DELIMITER
The delimiter to separate object namespaces, creating a directory structure.
DELIMITER_BYTE
The path delimiter as a single byte