in collection_manager/collection_manager/services/CollectionWatcher.py [0:0]
def on_modified(self, event):
super().on_modified(event)
if isinstance(event, S3Event) or not event.is_directory:
self._handle_event(event)