Skip to main content

Module path

Module path 

Source
Expand description

Path parsing and resolution

Handles parsing of remote paths in the format: alias/bucket[/key] Local paths are passed through as-is.

Structs§

RemotePath
A parsed remote path pointing to an S3 location

Enums§

ParsedPath
Parsed path that can be either local or remote

Functions§

parse_path
Parse a path string into a ParsedPath