Skip to content
  • Jacob Vosmaer's avatar
    Use lazy Workhorse upload preauth for fallback routes · c4758ffd
    Jacob Vosmaer authored
    This changes upload preauthorization on fallback routes from eager and
    optimistic (Workhorse assumes the upload is authorized and buffers the
    file to disk) to lazy (Workhorse queries an internal API endpoint when
    it encounters an upload). This only applies to MIME multipart uploads.
    Explicit Workhorse upload routes (such as CI artifacts) are not
    affected by this change.
    
    Changelog: other
    c4758ffd