pub fn parse_streaming_body(
    api_key: &Key,
    req: Request<Incoming>,
    content_sha256: &mut Option<Hash>,
    region: &str,
    service: &str
) -> Result<Request<ReqBody>, Error>