Skip to content

Commit 8410dd1

Browse files
committed
set etag optional, for delete object notifications
1 parent d767d61 commit 8410dd1

File tree

1 file changed

+1
-1
lines changed
  • packages/parser/src/schemas

1 file changed

+1
-1
lines changed

Diff for: packages/parser/src/schemas/s3.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const S3EventNotificationEventBridgeDetailSchema = z.object({
7373
object: z.object({
7474
key: z.string(),
7575
size: z.number().nonnegative().optional(),
76-
etag: z.string(),
76+
etag: z.string().optional(),
7777
'version-id': z.string().optional(),
7878
sequencer: z.string().optional(),
7979
}),

0 commit comments

Comments
 (0)