There is a lot of S3 and JetS3t news tonight.
Versioning For All
To begin with, the new S3 beta versioning feature is now available in all regions. This means that you can retain past versions of all your S3 objects regardless of where your bucket is located.
The latest JetS3t code has full support for versioning that [...]
Category Archive for 'JetS3t'
Amazon is working on an interesting new feature for the S3 service: Object versioning.
Once you enable versioning for one of your S3 buckets, any time you change an object in that bucket a version of the prior object will be stored in addition to the latest one. You can then perform operations on prior object [...]
JetS3t 0.7.2
Posted in AWS, Cloud Computing, JetS3t on Jan 10th, 2010
As of a couple of weeks ago the latest version of JetS3t 0.7.2 has been available as a public release. In the pre-holiday rush I forgot to post a notification to my own blog.
This release includes some bug fixes, more sophisticated configuration options for the “filecomparer” component that manages file synchronizations, and supports the two [...]
Amazon has just announced a new private content feature for their CloudFront content distribution service.
This feature allows you to control access to S3 objects you distribute through CloudFront by making them available only through specific distributions, or by requiring the use of signed URLs that you generate and provide to privileged users.
As of this [...]
JetS3t (jet-set) version 0.7.1 is now available. This is the latest version of my open source Java S3 library and application suite.
Visit the JetS3t web site to download the new version, run the updated online applications, or read the latest documentation: http://jets3t.s3.amazonaws.com/index.html
This version includes bug fixes and support for the CloudFront service’s new Access Logs [...]
How to use JetS3t with Eucalyptus
Posted in Cloud Computing, Eucalyptus, JetS3t, Tips on Apr 30th, 2009
Updated 2009-06-22: Added settings that limit JetS3t to a single HTTP connection at a time, to work around apparent thread-safety issues in Walrus.
Eucalyptus is a relatively new but rapidly developing open-source system for running your own cloud computing clusters. There have been some exciting announcements recently around this project: it has been added to Ubuntu [...]