Expand description
Object Store abstracts access to an underlying file/object storage.
Modules§
- local
- Object store that represents the Local File System.
Traits§
- Object
Reader - Object Reader for one file in an object store.
- 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
Type Aliases§
- File
Meta Stream - Stream of files listed from object store
- List
Entry Stream - Stream of list entries obtained from object store
- Object
Reader Stream - Stream readers opened on a given object store