smartos-image-server
smartos-image-server copied to clipboard
Add basic compatibility with IMGAPI v2
Changes include :
- s/datasets/images/g
- s/"/'/g
- ping/pong compatibility
- sending dataset logic
- Added Content-MD5 header
Your templates have to be in this form :
<serve_dir>
\ <dataset - uuid>
\ - file
| - manifest.json
Cool! I have a branch with some code I found where someone else did something similar that I was hacking on but never pushed. I'll take a look at your code some time this week!
Well.. I have to admit I'm not convinced by my code, specially the MD5 part... Don't hesitate to beautifying it !