Grails Amazon S3 Plugin 0.6.5 Released
A new version of the Amazon S3 plugin is now available.
The new release contains changes to help the plugin play nicely in a clustered environment:
- Quartz jobs are now non-volatile and durable to stop them being deleted/recreated when a node is stopped/started
- S3Asset now contains a hostName property (and hence a new column that you will need to add to the DB) which holds the host name of the server that created the row. This allows the plugin job to only try and upload assets where the local file exists on the server that it is running on.
