What's Changed
[1.1.21] — 2026-04-02
Added
- S3 → EventBridge notifications — buckets with
EventBridgeConfigurationenabled now publish events to the default EventBridge bus on object create/delete/copy; EventBridge rules withInputTransformerroute and reshape events to downstream targets (SQS, Lambda, etc.)
Fixed
- S3
PutObjectmissingVersionIdin response — versioned buckets now returnVersionIdin thePutObject,GetObject,HeadObject, andCopyObjectresponses; each put generates a unique version ID. Reported by @McDoit
Tests
- 841 tests total, all passing