Crate objectstore_server

Crate objectstore_server 

Source
Expand description

The storage server component.

This builds on top of the objectstore_service, and exposes the underlying storage layer as an HTTP layer which can serve files directly to external clients and our SDK.

Modulesยง

cli
config
Configuration for the objectstore server.
endpoints
Contains all HTTP endpoint handlers.
error
This is mostly adapted from https://github.com/tokio-rs/axum/blob/main/examples/anyhow-error-response/src/main.rs
healthcheck
http
observability
state