Skip to content

Use maximum size to reject file upload as needed

Erick Bajao requested to merge authorize-upload-filesize into master

The workhorse part of https://gitlab.com/gitlab-org/gitlab/-/issues/227862

The MaximumSize is returned from gitlab!37632 (merged)

We want workhorse to exit early and reject the upload even before it gets to the API server. The MaximumSize is returned by the /authorize endpoint.

Edited by Erick Bajao

Merge request reports