Function aws_sigv4::sign[][src]

pub fn sign<B>(
    req: &mut Request<B>,
    credential: &Credentials<'_>,
    region: &str,
    svc: &str
) -> Result<(), Box<dyn Error + Send + Sync + 'static>> where
    B: AsRef<[u8]>,