Closed gavares closed 11 years ago
Could you provide an example application showing the problem? Maybe on an open source Github project. It would be best if you could provide a simplified example.
Make sure you do not put any API keys in the public repository.
Sample project here:
https://github.com/gavares/rhinofly-onstart-example
git@github.com:gavares/rhinofly-onstart-example.git
You are using the version for Play 2.2. You can either upgrade to Play 2.2 or use the 3.1.1 version.
My Global is in a non-standard package (we have our reasons) and including Rhinofly play-s3 results in my Global.onstart being executed twice. There are a host of issues that this causes in my application.
Happy to provide more detailed info if you decide to fix this.