pub fn init_test_service() -> Result<Option<Operator>>Available on crate feature
tests only.Expand description
Init a service with given scheme.
- Load scheme from
OPENDAL_TEST - Construct a new Operator with given root.
- Else, returns a
Noneto represent no valid config for operator.