We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43570da commit c3fa9a6Copy full SHA for c3fa9a6
packages/parser/src/schemas/s3.ts
@@ -72,8 +72,8 @@ const S3EventNotificationEventBridgeDetailSchema = z.object({
72
}),
73
object: z.object({
74
key: z.string(),
75
- size: z.number().nonnegative().optional(),
76
- etag: z.string().optional(),
+ size: z.number().nonnegative().optional(), // not present in DeleteObject events
+ etag: z.string().optional(), // not present in DeleteObject events
77
'version-id': z.string().optional(),
78
sequencer: z.string().optional(),
79
0 commit comments