pub fn register_cos_service(registry: &OperatorRegistry)Available on crate feature
services-cos only.Expand description
Register this service’s URI scheme or schemes with an operator registry.
Registration enables scheme-driven construction through
opendal_core::Operator::from_uri and
opendal_core::Operator::via_iter. Direct construction through
opendal_core::Operator::new does not require registration.
Both the canonical cos scheme and the Hadoop-compatible cosn
alias are registered so that URIs like cos://bucket/key and
cosn://bucket/key are both resolvable to this backend.