Skip to content

Commit 6f7e7ae

Browse files
committed
Make S3 eTag optional
1 parent ee11dac commit 6f7e7ae

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)