gfkeith

Results 2 comments of gfkeith

I think if only files which are actually downloaded (e.g. not 'folders') are counted, it would fix this and not break anything else, so change (from [here](https://github.com/kserve/kserve/blob/cac5fb1407391eedee284009d31c5a45ef127b23/python/kserve/kserve/storage/storage.py#L262-L266)): ```python if subdir_object_key.strip()...

One possible way of replacing `.after` seems to be using `dsl.ExitHandler` with the `exit_task` as the one to execute after. This has a lot of limitations: * The exit handler...