fix(aws_s3 source): Correct serde tagging on event enum (#14686)
A change was made to the aws_s3 source to add support for test events, which are sent when notification configuration is changed. However, the new enum representing both event types was left to the default representation, which is "externally tagged" which does not actually match the encoding of the events. This PR corrects that deserialization policy to "untagged", as the incoming events are not tagged.
B
Bruce Guenter committed
0c3c38d2a3e09b71609ee16b18a9ec973b8a2f57
Parent: 05f57e4
Committed by GitHub <noreply@github.com>
on 10/3/2022, 5:13:26 PM