Function uploadBytesToUrl

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

    Parameters

    • url: string

      (Pre-signed S3) URL

    • bytes: Buffer

      Bytes to upload

    Returns Promise<AxiosResponse>