
I've just posted the first release of the [S3Blobs Play Framework Module][1]. This module makes it easy to upload and download files from [Amazon S3][2] from a JPA entity in a Play Framework Java application. This module is based on [a POC that I did a few months ago][3], the JPA stuff from [Tim Kral][4], and the modularization done by [Roderik van der Veer][5]. For more details on how to use the module check out [the documentation][6], [my tutorial][7] (slightly out of date now), and [the source code][8]. This makes it really easy to save file uploads to an external system when [running Play! apps on Heroku][9]. Let me know if you have any questions. Thanks!

 [1]: http://www.playframework.org/modules/s3blobs
 [2]: http://aws.amazon.com/s3/
 [3]: http://www.jamesward.com/2011/09/13/sending-play-framework-file-uploads-to-amazon-s3
 [4]: https://github.com/tkral
 [5]: http://vanderveer.be/
 [6]: http://www.playframework.org/modules/s3blobs-0.1/home
 [7]: /2011/09/13/sending-play-framework-file-uploads-to-amazon-s3
 [8]: https://github.com/jamesward/S3-Blobs-module-for-Play
 [9]: /2011/08/29/getting-started-with-play-framework-on-heroku
