Skip to content

Fix dependency proxy not working with object storage

Stan Hu requested to merge sh-fix-dependency-proxy-object-storage into master

Previously the dependency proxy controller would save the blob into object storage, but the file_store column was never updated. As a result, blobs could not be downloaded because it appeared to GitLab as though the files never made it to object storage.

Just as we do with CI job artifacts, LFS files, and project exports, we need to update this column after the CarrierWave-mounted file is saved.

Closes #231563 (closed)

Edited by Stan Hu

Merge request reports