Skip to main content

Module storage

Module storage 

Source
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§

StorageBackend
The unified storage interface for all Apiary operations.