pub async fn signature_is_valid_for_request( auth_header: &str, session: &Session, secret_key: &str, ) -> Result<bool, Box<dyn Error>>
Validate standard S3 Authorization header