Cantina Consulting, Refactor info@cantinaconsulting.com, contact@refactor.com.au Provides tools to host media assets on Amazon's Simple Storage Service (S3) This plugin is written for the Groovy on Grails web application framework, and intends to make it relatively easy to host media files such as images, Flash, movies and audio all on the Amazon Web Services Simple Storage Service (S3). The goals of this plugin are as follows: * Host and manage media assets on Amazon S3 for storage and performance advantages * Provide easy mechanisms to reference S3-hosted assets in Grails applications * Make most efficient and cost-effective use of S3 hosting resources To achieve these goals, the plugin provides services to manage static media assets for a Grails application. For the first revision of the plugin, the focus is on managing user uploaded static content. Later revisions will place a focus on providing tools to migrate existing static content in a site (such as items under the /images folder) into S3. This plugin uses the excellent JetS3t Toolkit (http://jets3t.s3.amazonaws.com/) to communicate with the Amazon S3 service. http://www.grails.org/plugin/amazon-s3 Config DataSource UrlMappings S3AssetController org.grails.s3.S3Asset org.grails.s3.S3AssetOption org.grails.s3.S3SyncNewJob org.grails.s3.S3SyncRemovedJob org.grails.s3.S3AssetService org.grails.s3.S3BucketService org.grails.s3.S3ClientService org.grails.s3.S3KeyService S3AssetTagLib