in AWSClientRuntime/Sources/Signing/AWSSignedBodyHeader.swift [16:21]
func toCRTType() -> SignedBodyHeaderType { switch self { case .none: return .none case .contentSha256: return .contentSha256 } }