Function esthri_server::run

source ·
pub async fn run(
    s3_client: Client,
    bucket: &str,
    address: &SocketAddr,
    index_html: bool,
    allowed_prefixes: &[String]
) -> Result<(), Infallible>