Category Archives: JetS3t

How to use JetS3t with Eucalyptus

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. … Continue reading

Posted in Cloud Computing, Eucalyptus, JetS3t, Tips | 5 Comments

JetS3t Version 0.7.0 Released

The latest version of JetS3t (jet-set), my Java library for Amazon’s Simple Storage Service, is now publicly available. Visit the JetS3t web site to download version 0.7.0, to run the latest online applications, or to read the updated documentation. Version … Continue reading

Posted in AWS, Coding, Java, JetS3t | 1 Comment

CloudFront Pricing Update

Amazon’s CloudFront service will have new pricing tiers from February 1. On a related note, here are some tools for using CloudFront. The next version of my JetS3t suite will also include support for CloudFront at the API level and … Continue reading

Posted in AWS, JetS3t | Leave a comment

CloudFront: A CDN for Amazon's Simple Storage Service

Amazon has added a new service to their arsenal. CloudFront is a content delivery service that works closely with S3 to make public objects in your account available through a distribution network with edge locations in the US, Europe and … Continue reading

Posted in AWS, Coding, JetS3t | 3 Comments

JetS3t Version 0.6.1 Released

I am pleased to announce the release of JetS3t version 0.6.1, the newest version of my open source Java S3 library and application suite. This release includes bug fixes, application improvements, and support for some of the newest features of … Continue reading

Posted in AWS, JetS3t | Leave a comment

S3 Copy Object feature is now available in beta

Amazon has announced beta support for the Copy Object operation in S3. This feature was pre-announced in March. The copy functionality allows you to copy objects within or between your S3 buckets, and optionally to replace the metadata associated with … Continue reading

Posted in AWS, Coding, JetS3t | 4 Comments