S3Blobs [s3blobs] module
This module is for the Play 1.x series only.
The S3Blobs Play Framework Module provides an easy way to read an write files from Amazon S3 from within JPA entities.
https://github.com/jamesward/S3-Blobs-module-for-Play
Written by James Ward.
Published releases
0.2 | Apr 21 2012 | Documentation | Try Play |
0.1 | Feb 14 2012 | Documentation | Try Play |
To install locally this module use the install
command:
play install s3blobs-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> s3blobs {version}