Skip to content

Add a toString method for S3EventNotificationRecord class  #301

Open
@ashunimbz

Description

@ashunimbz

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 .

public class S3Event extends S3EventNotification implements Serializable, Cloneable {

Metadata

Metadata

Assignees

No one assigned

    Labels

    events-v4To be pulled into aws-lambda-java-event v4

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions