Y
Hacker News
new
|
ask
|
show
|
jobs
by
spullara
5517 days ago
It probably wouldn't have worked out that way if Google didnt clone S3's API.
2 comments
weavejester
5517 days ago
To be fair to Google, most of the S3 REST API is pretty obvious. Even if you'd never seen S3, you'd likely come up with an API that was 80% similar.
link
samuel1604
5517 days ago
not the openstack storage api..
link
weavejester
5517 days ago
What do you mean? I haven't looked into Openstack in great deal, but my impression of the storage API was that it was very similar to S3, aside from how it handles authentication.
link
joeyh
5517 days ago
Cloned but with some required new fields like "x-goog-api-version", so existing S3 libraries won't quite work without modification, it seems.
link