aws / aws/aws-lambda-java-libs
Add a toString method for S3EventNotificationRecord class
Ouverte
events-v4
- Langage dominant
- Java
- Étoiles
- 548
- Forks
- 241
- Merge moyen
- 2 j 5 min
- PR mergées (30 j)
- 11
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 .
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
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.