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
feat(parser): add support for S3 IntelligentTiering events
Relates to #7443
S3 IntelligentTiering events use a different structure than standard
S3 events - they use 'get_object' as the key name instead of 'object'
in the S3 message, and include 'intelligentTieringEventData' field.
Changes:
- Add S3EventRecordIntelligentTieringEventData model
- Update S3Message to support both 'object' and 'get_object' fields
- Add intelligentTieringEventData field to S3RecordModel
- Update validator to handle both field names
0 commit comments