When attempting to create a remote-repository in Jfrog Artifactory, the artifacts can be somewhat accessed but we get a html file and not the actual artifact
Using these are URL in artifactory generic remote doesn’t really work
The 2nd allows download of the html file in place of artifact and it looks like the binaries repo is doing a redirection into an s3 bucket but Artifactory isn’t handling the redir well
<!DOCTYPE html>
<html lang="en">
<head>
<title>SonarSource Downloads-CDN</title>
<link rel="icon" type="image/x-icon" href="./site-resources/favicon.ico">
</head>
<body>
<div id="navigation"></div>
<div id="listing"></div>
<script type="text/javascript" src="./site-resources/jquery.min.js"></script>
<script type="text/javascript">
var S3BL_IGNORE_PATH = true;
var BUCKET_URL = 'https://downloads-cdn-eu-central-1-prod.s3.eu-central-1.amazonaws.com';
var BUCKET_WEBSITE_URL = document.location.origin;
var EXCLUDE_FILE = [/^site-resources.*$/];
</script>
<script type="text/javascript" src="./site-resources/list.js"></script>
<!-- docs: https://github.com/rufuspollock/s3-bucket-listing -->
</body>
</html>
Has anyone successfully wrapped the remote repo with an Artifactory cache?