You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we have the const values match up with the corresponding Event Name as it appears in practice? The provided string values are all prefixed with s3: while in practice the S3 Event Notification payload in the eventName property the values do not have have the prefix. This creates a situation where the const values are not very helpful and are a bit misleading.
For example:
A part of a real world Event Notification Payload:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Could we have the const values match up with the corresponding Event Name as it appears in practice? The provided string values are all prefixed with
s3:
while in practice the S3 Event Notification payload in theeventName
property the values do not have have the prefix. This creates a situation where the const values are not very helpful and are a bit misleading.For example:
A part of a real world Event Notification Payload:
The
eventName
value ofObjectCreated:Put
does not match up with the const provided by the SDKEventS3ObjectCreatedPut = "s3:ObjectCreated:Put"
Beta Was this translation helpful? Give feedback.
All reactions