Hacker News new | ask | show | jobs
by arikfr 3317 days ago
Why not host them on S3? You can probably serve them directly from there too.
1 comments

But the URL would not be that pretty, would it?
Why not? You can assign a domain to S3 buckets. It can be just as pretty as it is today. The only difference is if he serves them directly from S3, the domain will be different from the creation API.

But considering the additional features he's planning on adding, he will probably need to proxy S3 anyway, so not sure if it's worth it in this case.

But for something of the scope of the current API, S3 is the perfect solution.

you could set up an nginx proxy in front of it, or use the S3 static website feature with custom domain