kbase / blobstore

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

handle bad response code from minio on put #11

Closed MrCreosote closed 5 years ago

MrCreosote commented 5 years ago

Not an easy way to test this other than shutting down minio

Also clean up

codecov[bot] commented 5 years ago

Codecov Report

Merging #11 into master will decrease coverage by 1.2%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   69.02%   67.82%   -1.21%     
==========================================
  Files           4        4              
  Lines         113      115       +2     
==========================================
  Hits           78       78              
- Misses         31       32       +1     
- Partials        4        5       +1
Impacted Files Coverage Δ
filestore/interface.go 100% <ø> (ø) :arrow_up:
app/blobstore.go 0% <0%> (ø) :arrow_up:
filestore/s3.go 75% <0%> (-2.78%) :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 97e5b19...649f83a. Read the comment docs.