Expand description
Path abstraction for Object Storage
Structs§
- Invalid
Part - Error returned by
PathPart::parse
- Path
- A parsed path representation that can be safely written to object storage
- Path
Part - 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