Given a URL pointing to a file on a provider, returns a URL that is suitable for fetching the contents of the data.
A URL pointing to a file
The relevant provider config
Converts from: https://bitbucket.company.com/projectname/reponame/src/main/file.yaml to: https://bitbucket.company.com/rest/api/1.0/project/projectname/reponame/raw/file.yaml?at=main
Given a URL pointing to a file on a provider, returns a URL that is suitable for fetching the contents of the data.