lendup / fs2-blobstore

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

fix issue #8 #12

Closed rolandomanrique closed 6 years ago

rolandomanrique commented 6 years ago

S3Store.put needs to close output stream once all bytes have been written so stream is not locked waiting for more bytes. Fix #8

codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   27.48%   27.48%           
=======================================
  Files           7        7           
  Lines         211      211           
  Branches        8        8           
=======================================
  Hits           58       58           
  Misses        153      153
Impacted Files Coverage Δ
s3/src/main/scala/blobstore/s3/S3Store.scala 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 85c97d6...312d9a6. Read the comment docs.