Live data from Hacker News

Super Simple Storage Service

supersimplestorageservice.com

81–90 of 166 posts

Re: Super Simple Storage Service

#82
post #31

Their API has response messages (!). So much for a write-only service. Not quite as secure as advertised. I'm disappointed.

Do the response messages have anything to do with the ability to read the data? It seems normal for an API to report back common data like status message, number of bytes written, etc. It doesn't mean anything about reading the data itself

Re: Super Simple Storage Service

#84

Earlier quoted context omitted.

/dev/null may be unavailable, for example in lightweight chroot/containers without /dev. It requires extra effort and administration from our devops team. Furthermore, it's a hard-coded path and this is a well-known code smell. It's better to outsource it to a dedicated team with /dev/null expertise rather than re-inventing the wheel in-house.

Is a hardcoded domain even better?

If you don't have access to /dev/null, then of course your security policy will give access to the internet. so, yes
Post reply on HN