Function opendal::raw::tests::init_test_service
source ยท 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
None
to represent no valid config for operator.