converge-storage 3.7.4

Object storage abstraction for Converge — local, S3, GCS
Documentation

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/dir or plain paths → local filesystem
  • s3://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 backend
  • s3 — S3-compatible backend (AWS, MinIO, RustFS)
  • gcs — Google Cloud Storage backend
  • all-backends — all of the above