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(data-classes): add support for S3 IntelligentTiering events
Relates to #7443
Extends S3Event data classes to handle IntelligentTiering events
which use 'get_object' key instead of 'object' in the S3 message.
Changes:
- Add S3EventRecordIntelligentTieringEventData wrapper class
- Update S3Message.get_object() to handle both key names
- Update S3Event.object_key to handle both key names
- Add intelligent_tiering_event_data property to S3EventRecord
0 commit comments