converge-storage
Object storage abstraction for Converge. Provides a unified interface
for storing and retrieving blobs (parquet files, model weights, artifacts)
across local filesystem, S3-compatible stores (AWS S3, MinIO, RustFS),
and Google Cloud Storage.
Storage URI Convention
file:///path/to/diror plain paths → local filesystems3://bucket→ S3-compatible (AWS,MinIO,RustFS)gs://bucket→ Google Cloud Storage
Object key prefixes are configured separately via [StorageConfig::prefix].
Feature Flags
local(default) — local filesystem backends3— S3-compatible backend (AWS,MinIO,RustFS)gcs— Google Cloud Storage backendall-backends— all of the above