There's a typo: "This means for example the function donwload()"
Show HN: Amazon S3, Microsoft Azure, Rackspace, Backblaze via a Single API
11–20 of 69 posts
Re: Show HN: Amazon S3, Microsoft Azure, Rackspace, Backblaze via a Single API
#12Wouldn't surprise me if that's what they're using behind the SaaS
Re: Show HN: Amazon S3, Microsoft Azure, Rackspace, Backblaze via a Single API
#13No monthly fees, support open source: http://jclouds.apache.org/ Wouldn't surprise me if that's what they're using behind the SaaS
Re: Show HN: Amazon S3, Microsoft Azure, Rackspace, Backblaze via a Single API
#14Also check out libcloud by Apache. Pretty solid Python API wrapping various cloud services. :)
Re: Show HN: Amazon S3, Microsoft Azure, Rackspace, Backblaze via a Single API
#15Similar guarantees are needed around how soon after deleting something can readers expect to get 404s.
If these guarantees differ, you might find abstracting over the stores doesn't work the way you'd like...
Re: Show HN: Amazon S3, Microsoft Azure, Rackspace, Backblaze via a Single API
#16Do all these services provide equivalent or abstractable guarantees? Amazon S3, for example, provides 'read-after-write' consistency, meaning once you've received a positive response to a put operation, you can expect to be immediately able to retrieve that object. But it used to be 'eventually consistent', meaning it was possible to receive a positive response to a put, but then not be able to read the object immedi…
Re: Show HN: Amazon S3, Microsoft Azure, Rackspace, Backblaze via a Single API
#17Do all these services provide equivalent or abstractable guarantees? Amazon S3, for example, provides 'read-after-write' consistency, meaning once you've received a positive response to a put operation, you can expect to be immediately able to retrieve that object. But it used to be 'eventually consistent', meaning it was possible to receive a positive response to a put, but then not be able to read the object immedi…
http://docs.aws.amazon.com/AmazonS3/latest/dev/Introduction....
Re: Show HN: Amazon S3, Microsoft Azure, Rackspace, Backblaze via a Single API
#18Re: Show HN: Amazon S3, Microsoft Azure, Rackspace, Backblaze via a Single API
#19I've been working on Swift for the past 6 years, and I'd be happy to help with your OpenStack Swift API integration. See my profile for contact info.