-
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
Jacob Vosmaer authoredThis 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
Loading