You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the upload endpoint reads the request stream which contains the package to upload and then asserts if the user has access to the channel. Depending on the size of the package this could mean that it could take a bit of time before Quetz responds with 403 status code.
Currently the upload endpoint reads the request stream which contains the package to upload and then asserts if the user has access to the channel. Depending on the size of the package this could mean that it could take a bit of time before Quetz responds with 403 status code.
quetz/quetz/main.py
Lines 1456 to 1489 in 56ab2cf
Quetz should asserts the permissions to the channel before reading the package from the request body so it can fail early.
The text was updated successfully, but these errors were encountered: