Skip to content

Commit f3db5e1

Browse files
authored
Merge branch 'main' into main
2 parents d43f73c + 3c1161a commit f3db5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaEvents/S3.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public struct S3Event: Decodable, Sendable {
7777
public let size: UInt64?
7878
public let urlDecodedKey: String?
7979
public let versionId: String?
80-
public let eTag: String
80+
public let eTag: String?
8181
public let sequencer: String
8282
}
8383
}

0 commit comments

Comments
 (0)