filemanager: assuming Object Removed
events occur when an object is overwritten
#131
Labels
Object Removed
events occur when an object is overwritten
#131
The current filemanager implementation assumes that an
Object Removed
event occurs when an object is replaced. However, this is not necessarily the case, and an object can be replaced usingPutObject
without triggering aRemoved
event. This causes a "duplicate key value violates unique constraint" error when trying to ingest the replaced object.The text was updated successfully, but these errors were encountered: