Grails Amazon S3 Plugin 0.6.3 released

Lee Butts's picture

The latest release of the Amazon S3 plugin for grails is now available.

Version 0.6.3.2 provides some bug fixes as well as several improvements.

  • The S3 access/secret key pair can now be set on a per-asset basis
  • The bucket name can be set on a per-asset basis. Note that it will be prefixed with the access key used in order to avoid uniqueness errors.
  • An ACL (access control list) can be specified for passing through to S3 in order to prevent public access to your assets if required
  • Unnecessary default options are no longer created in the S3Asset.options map and they are eager loaded to avoid flushing errors and extra queries
  • The plugin is now built with Grails 1.1.1 and the Quartz 0.4.1 plugin

The full documentation for the plugin can be found here.