pub fn create_storage_backend_from_path(
path: &str,
storage_options: Option<AHashMap<String, String>>,
) -> Result<StorageBackend>Expand description
Creates an OpenDAL-backed storage backend from a Nautilus storage URI.
ยงErrors
Returns an error when the URI cannot be parsed or the requested storage service is not enabled.