Function uploadFileToUrl

  • Used for uploading a file to a pre-signed S3 URL

    Parameters

    • uploadUrl: string

      (Pre-signed S3) URL

    • filePath: string

      Local path to file to upload

    Returns Promise<AxiosResponse>