fn derive_signing_key( secret: &str, datestamp: &str, region: &str, service: &str, ) -> Vec<u8> ⓘ
Derives the SigV4 signing key via the HMAC date → region → service chain.