Versions in this module Expand all Collapse all v0 v0.2.0 Jun 28, 2026 Changes in this version + type Event struct + Bucket string + EventName string + Key string + Size *int64 + type EventHandler func(e Event) error + type EventHandlerRegisterer interface + Register func(eventName string, h EventHandler)