bluelabsio / s3-stream

Akka Streaming Client for S3 and Supporting Libraries
Other
16 stars 6 forks source link

#12: Add ability to buffer chunks to disk instead of memory #13

Closed jypma closed 7 years ago

jypma commented 8 years ago

This allows a (much) creater amount of upload streams to run in parallel.

@joearasin @filosganga Now includes unit tests. Comments on the direction are welcome.

joearasin commented 8 years ago

I'm liking where this is going. the Chunk API is pretty cool :)