How to Implement a Custom Service Endpoint in Azure DevOps Server Acting as a Proxy?
I’m trying to create a custom service endpoint in Azure DevOps Server that acts as a proxy to download files from an external S3 server. The goal is to allow users to download these files through Azure DevOps without exposing the S3 server URL directly. Here are the details of what I’m trying to achieve: