Crate objectstore_service

Crate objectstore_service 

Source
Expand description

The Service layer is providing the fundamental storage abstraction, providing durable access to underlying blobs.

It is designed as a library crate to be used by the server.

Structs§

ObjectPath
The fully scoped path of an object.
StorageService
High-level asynchronous service for storing and retrieving objects.

Enums§

StorageConfig
Configuration to initialize a StorageService.