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