pub(crate) async fn sign_request( request: &mut RequestHeader, cos_map: &CosMapItem, ) -> Result<(), Box<dyn Error>>
Sign the request with the AWS V4 signature
request
cos_map
Ok(())
Err