Skip to content

Artifacts and Uploads must allow Objects Storage only requests

Alessio Caiazza requested to merge fix-no-tmpfile into master

gitlab-org/gitlab-ce!18160 will implement direct uploads of artifacts.

This MR removes any failure-bound check on api.Response.TempPath that will not be present in case of ObjectStorage only upload.

Merge request reports