aws / aws/aws-lambda-java-libs

Add a toString method for S3EventNotificationRecord class

未關閉
#301 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
events-v4
主要語言
Java
星號
548
分支
241
平均合併
2 天 5 分鐘
30 天內合併 PR
11

描述

Currently while logging S3Event instance , toString just logs hash code .

`S3Event` `toString()` method in turn calls `S3EventNotificationRecord` `toString()` method which is not present . Hence it defaults to plain objects `toString()` method which in turn just logs hash code rendering `toString()` method of `S3Event ` class useless .

https://github.com/aws/aws-lambda-java-libs/blob/4fe08f417a4f5b612bb8d88006da3341eb6d3e51/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/S3Event.java#L25

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。