Expand description

Object Store abstracts access to an underlying file/object storage.

Modules

Object store that represents the Local File System.

Traits

Object Reader for one file in an object store.

A ObjectStore abstracts access to an underlying file/object storage. It maps strings (e.g. URLs, filesystem paths, etc) to sources of bytes

Functions

Normalize a path without requiring it to exist on the filesystem (path::canonicalize)

Type Definitions

Stream of files listed from object store

Stream of list entries obtained from object store

Stream readers opened on a given object store