armature-storage
Object storage for the Armature framework.
Features
- Multiple Providers - S3, Azure Blob, GCS, local filesystem
- Unified API - Same interface for all providers
- Streaming - Stream large files
- Presigned URLs - Secure temporary access
- Multipart Upload - Large file uploads
Installation
[]
= "0.1"
Quick Start
use ;
async
Providers
AWS S3
let storage = new.await?;
Azure Blob
let storage = new.await?;
Google Cloud Storage
let storage = new.await?;
Local Filesystem
let storage = new;
License
MIT OR Apache-2.0