Skip to main content

create_builder

Function create_builder 

Source
pub fn create_builder(config: &BucketConfig) -> Result<StoreBuilder, ProxyError>
Expand description

Create a StoreBuilder from a BucketConfig, dispatching on backend_type.

Runtimes call this to get a half-built store, customize it (e.g. inject an HTTP connector), then call StoreBuilder::build or StoreBuilder::build_signer.