Posts tagged as:

s3

S3 Reduced Redundancy Storage with Simple Notification Service: What, Why, and When

July 22, 2010

AWS recently added support for receiving Simple Notification Service notifications when S3 loses a Reduced Redundancy Storage S3 object. This raises a number of questions: What the heck does that even mean? Why would I want to do that? Under what conditions does it make financial sense to do that? Let’s take a look at [...]

1 comment Read the full article →

How I Moved 5% of All Objects in S3 with Jets3t

May 10, 2010

This is a true story about a lot of data. The cast of characters is as follows: The Protagonist: Me. The Hero: Jets3t, a Java library for using Amazon S3. The Villain: Decisions made long ago, for forgotten reasons. Innocent Bystanders: My client. Once Upon a Time… Amazon S3 is a great place to store [...]

3 comments Read the full article →

Read-After-Write Consistency in Amazon S3

December 10, 2009

S3 has an “eventual consistency” model, which presents certain limitations on how S3 can be used. Today, Amazon released an improvement called “read-after-write-consistency” in the EU and US-west regions (it’s there, hidden at the bottom of the blog post). Here’s an explanation of what this is, and why it’s cool. What is Eventual Consistency? Consistency [...]

1 comment Read the full article →

Amazon S3 Gotcha: Using Virtual Host URLs with HTTPS

August 18, 2009

Amazon S3 is a great place to store static content for your web site. If the content is sensitive you’ll want to prevent the content from being visible while in transit from the S3 servers to the client. The standard way to secure the content during transfer is by https – simply request the content [...]

2 comments Read the full article →