You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently while logging S3Event instance , toString just logs hash code .
S3EventtoString() method in turn calls S3EventNotificationRecordtoString() 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 .
Currently while logging S3Event instance , toString just logs hash code .
S3Event
toString()
method in turn callsS3EventNotificationRecord
toString()
method which is not present . Hence it defaults to plain objectstoString()
method which in turn just logs hash code renderingtoString()
method ofS3Event
class useless .aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/S3Event.java
Line 25 in 4fe08f4
The text was updated successfully, but these errors were encountered: