Expand description
The StorageBackend trait — the single interface for all storage operations.
Every storage operation in Apiary goes through this trait. Implementations
include LocalBackend (filesystem) and S3Backend
(any S3-compatible endpoint). Application code never accesses the
filesystem or object storage directly.
Traits§
- Storage
Backend - The unified storage interface for all Apiary operations.