Open
Description
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 .