kaliber-scala / play-s3

S3 module for Play
MIT License
119 stars 49 forks source link

Updated S3 library to Play 2.5 #62

Closed Hayena closed 8 years ago

EECOLOR commented 8 years ago

Most tests are green now. I removed support for streaming. Creating an actor system for each request holder was too heavy.

On top of that, streaming body does not make sense when we need all bytes in order to sign.

EECOLOR commented 8 years ago

As soon as I have time I will check the remaining tests. It seems they are failing because earlier tests failed.