kbase / blobstore

Simple S3 backed file storage.
MIT License
0 stars 3 forks source link

Add copy node to server API #82

Closed MrCreosote closed 5 years ago

MrCreosote commented 5 years ago

Found what appears to be a bug in the go mime library such that parsing a multipart form can sometimes return that it's not a MPF when it really is.

codecov[bot] commented 5 years ago

Codecov Report

Merging #82 into master will increase coverage by 0.02%. The diff coverage is 92.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
+ Coverage   91.41%   91.44%   +0.02%     
==========================================
  Files          12       12              
  Lines        1247     1286      +39     
==========================================
+ Hits         1140     1176      +36     
- Misses         82       84       +2     
- Partials       25       26       +1
Impacted Files Coverage Δ
service/server.go 97.57% <92.3%> (-0.62%) :arrow_down:

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 d664f3d...a9196f0. Read the comment docs.