Compatibility facade for eventual cross-cluster replication hooks.
New object-service writes create events inside the object metadata
transaction through ExStorageService.CrossClusterReplication.Hooks.
These post-commit functions remain for legacy callers such as the cloud
backend and create a standalone durable outbox operation.
Summary
Functions
Called after a successful DeleteObject operation.
Called after a successful PutObject operation.
Functions
Called after a successful DeleteObject operation.
Legacy compatibility entry point. Prefer transactionally attaching
events_for_delete/3 to the object commit.
Called after a successful PutObject operation.
Legacy compatibility entry point. Prefer transactionally attaching
events_for_put/4 to the object commit.