| Crates.io | aquila_opendal |
| lib.rs | aquila_opendal |
| version | 0.3.2 |
| created_at | 2026-01-06 01:51:55.313912+00 |
| updated_at | 2026-01-06 20:18:18.683123+00 |
| description | Aquila asset server opendal file backend implementation |
| homepage | |
| repository | https://github.com/NicoZweifel/aquila |
| max_upload_size | |
| id | 2024943 |
| size | 65,694 |
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.
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