AWS News Blog
Amazon S3 Versioning Is Now Ready
Amazon S3‘s new Versioning feature has now graduated to production status! Once you have enabled versioning for a particular S3 bucket, you can create a new version of an object by simply uploading it. The old versions continue to exist and remain accessible.
Versioning’s MFA Delete feature has also graduated to production status. Once enabled for an S3 bucket, each version deletion request must include the six-digit code and serial number from your MFA (Multi-Factor Authentication) device.
Read the S3 documentation to learn more about these important new features.
Here’s a roundup of the tools and toolkits that already support S3 Versioning and MFA Delete:
- AWS SDK for .Net
- Boto Toolkit for Python
- Jets3t Toolkit for Java
- DragonDisk client for Amazon S3 – runs on Windows and Linux.
- CloudBerry S3 Explorer – Windows
- Bucket Explorer – Windows
I decided to have some fun with the new versioning feature!
I found some pictures from a few years ago, sorted them into chronological order, turned on versioning for one of my S3 buckets, and uploaded each of the pictures to the same S3 object, creating a series of versions.
The first of the pictures can be seen at right (wasn’t I cute?).
Here’s a complete list of the versions for this object. Each one is linked to a particular version of the picture:
- 9oH0l4qQcgG1iiPT5XXRrxUkk9uWSBRF
- 9Hxj9xS_r4yeYdrKviQJF5rI167rQeC5
- 0l0zZ8wENs5C..qnl761Bmjn5shGBFwd (This one is my favorite)
- Jd4BpU4gYdDN2QLedlESpkqFhyLHblyp
- eldJ5CbWCDKg7VtAU3lhPu415R7emIxc
- r5bY1532SH400TkfDoDuPbosI0Fhum9x
I can always get to the latest version of my picture using the URL http://aws-blog.s3.amazonaws.com/jeff_barr.jpg. I can also use a versioned URL to access any version that I would like.
— Jeff;