aquila_opendal

Crates.ioaquila_opendal
lib.rsaquila_opendal
version0.3.2
created_at2026-01-06 01:51:55.313912+00
updated_at2026-01-06 20:18:18.683123+00
descriptionAquila asset server opendal file backend implementation
homepage
repositoryhttps://github.com/NicoZweifel/aquila
max_upload_size
id2024943
size65,694
Nico Zweifel (NicoZweifel)

documentation

README

Aquila OpenDAL Storage

Crates.io Downloads Docs

A storage backend powered by Apache OpenDAL.

Allows the server to be backed by any storage service supported by OpenDAL, including the file system, AWS S3, GCS, Azure Blob Storage and more.

Usage

let mut builder = Gcs::default();
builder.bucket("my-gcs-bucket");

let op = Operator::new(builder).unwrap().finish();
let storage = OpendalStorage::new(op);

License: MIT OR Apache-2.0

Commit count: 107

cargo fmt