-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
events-v4To be pulled into aws-lambda-java-event v4To be pulled into aws-lambda-java-event v4
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 .
Line 25 in 4fe08f4
| public class S3Event extends S3EventNotification implements Serializable, Cloneable { |
Metadata
Metadata
Assignees
Labels
events-v4To be pulled into aws-lambda-java-event v4To be pulled into aws-lambda-java-event v4