Skip to main content

opfs

1 configuration option · available in Rust, Python, Go

Quick start
use opendal::Operator;

let operator = Operator::via_iter("opfs", [
])?;
All configuration options (copy & trim)
Full reference
use opendal::Operator;

let operator = Operator::via_iter("opfs", [
// Root directory for this backend.
// ("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.

Configuration reference

General1
KeyTypeRequiredDescription
rootstringnoRoot directory for this backend.