1 configuration option · available in Rust, Python, Node.js
use opendal::Operator;
let op = Operator::via_iter("monoiofs", [
])?;
use opendal::Operator;
let op = Operator::via_iter("monoiofs", [
// The Root of this backend.
//
// All operations will happen under this root.
//
// Builder::build will return error if not set.
// ("root".to_string(), "...".to_string()),
])?;
Every option is passed as a string key; OpenDAL parses it into the right type. Some services may require building the binding with the matching services-* feature enabled.
| Key | Type | Required | Description |
|---|---|---|---|
root | string | no | The Root of this backend. All operations will happen under this root. Builder::build will return error if not set. |