We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d43f73c + 3c1161a commit f3db5e1Copy full SHA for f3db5e1
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