TODO: Wiki Pages - subutai-io/cdn GitHub Wiki
- How to delele files?
Notes from the process:
You have to run this script:
URL=https://devcdn.subutai.io:8338/kurjun/rest ID=ab93021f-10a3-48cd-a291-37ae80d4c66e TOKEN=95a25d0eb8d58549d5e985eb26c32aa2c023ac8f6e5c427351a13b13e50c59bd
curl -v -X "DELETE" "$URL/raw/delete?id=$ID&token=$TOKEN"
URL can be:
- For sysnet CDN: https://sysnetcdn.subutai.io:8338/kurjun/rest
- For Dev CDN: https://devcdn.subutai.io:8338/kurjun/rest
- For Prod CDN: https://cdn.subutai.io:8338/kurjun/rest
- For loca CDN: http://localhost:8080/kurjun/rest ID = artifact identifier. TOKEN = user authentication token.