findify / s3mock

Embedded S3 server for easy mocking
MIT License
387 stars 107 forks source link

Backend-agnostic s3 mock #107

Closed jmcardon closed 6 years ago

jmcardon commented 6 years ago

First off, I just found this and I think it's pretty great.

One thing I notice is that I believe many of your abstractions could be completely agnostic to akka, with different modules to support different backends, which would make for an easier pull for some of us on stuff like say, http4s or play for pulling in testing..

Maybe this isn't a big deal (I don't think it's a huge one), but I wouldn't mind contributing a backend-agnostic separation PR, so we could have http4s backend and akka backend.