lendup / fs2-blobstore

Minimal, idiomatic, stream-based Scala interface for key/value store implementations
Apache License 2.0
92 stars 26 forks source link

Add aws sdk v2.0 based s3 store implementation #26

Open Daenyth opened 6 years ago

Daenyth commented 6 years ago

https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-0-developer-preview/

The new aws sdk supports CompletableFuture apis and a truly non-blocking backend. Would be great to get support for that eventually here