Skip to content

Return LFS URL in blob.external_storage_url if lfs_blob?

What does this MR do and why?

Return LFS URL in blob.external_storage_url if lfs_blob?

Currently we do not return the LFS URL in external storage URL. We instead use the rawPath to fetch the file, however, the raw endpoint includes a lot of overhead that we don't really need. If proxy_download is enabled then we return the proxy URL.

Changelog: changed

Merge request reports