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
* Add S3 test event
As seen in https://docs.aws.amazon.com/AmazonS3/latest/dev/notification-content-structure.html
* add Bucket
sample event:
```
{"Service":"Amazon S3","Event":"s3:TestEvent","Time":"2019-02-04T19:34:46.985Z","Bucket":"bmoffatt","RequestId":"7BA1940DC6AF888B","HostId":"q1YDbiaMjllP0m+Lcy6cKKgxNrMLFJ9zCrZUFBqHGTG++0nXvnTDIGC7q2/QPAsJg86E8gI7y9U="}
```
* add test data for S3TestEvent
* Fix test typo
Marchaling -> Marshaling
0 commit comments