We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee11dac commit 6f7e7aeCopy full SHA for 6f7e7ae
Sources/AWSLambdaEvents/S3.swift
@@ -77,7 +77,7 @@ public struct S3Event: Decodable, Sendable {
77
public let size: UInt64?
78
public let urlDecodedKey: String?
79
public let versionId: String?
80
- public let eTag: String
+ public let eTag: String?
81
public let sequencer: String
82
}
83
0 commit comments