Hacker News new | ask | show | jobs
by true_religion 3619 days ago
AWS docs, at least with S3, are pretty rigorous which makes implementing an S3 client directly from the documentation possible.

I'm sure they expect you to use a client written in your language of choice, not actually send queries to the API manually.