Jay Prall

Results 22 comments of Jay Prall

I added a branch with grails 2.5.1, but it is failing: https://travis-ci.org/grails-aws/grails-aws/builds/80093175 ``` Error Fatal error running tests: org/hamcrest/SelfDescribing (NOTE: Stack trace has been filtered. Use --verbose to see entire...

I have fixed the grails 2.5.1 build problems and added an integration test for this: ``` // from S3IntegrationTests.groovy @Test void inputStreamS3UploadThrowsS3ServiceException() { def mockInputStream = new ByteArrayInputStream('mockInputStream'.getBytes()) def mockFilename...