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§
- Object
Path - The fully scoped path of an object.
- Storage
Service - High-level asynchronous service for storing and retrieving objects.
Enums§
- Storage
Config - Configuration to initialize a
StorageService.