aws_sigv4
pub fn sign_core<'a, B>( req: &'a Request<B>, config: Config<'a>) -> impl Iterator<Item = (SignatureKey, String)> where B: AsRef<[u8]>,