def get_file_name()

in src/monitoringjob_utils.py [0:0]


def get_file_name(url):
    a = urlparse(url)
    return os.path.basename(a.path)