kbase / blobstore

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

Fix Minio initial slash bug #79

Closed MrCreosote closed 5 years ago

MrCreosote commented 5 years ago

Minio doesn't like initial slashes in the object name when copying objects

codecov[bot] commented 5 years ago

Codecov Report

Merging #79 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage   91.41%   91.44%   +0.02%     
==========================================
  Files          12       12              
  Lines        1247     1250       +3     
==========================================
+ Hits         1140     1143       +3     
  Misses         82       82              
  Partials       25       25
Impacted Files Coverage Δ
filestore/s3.go 90.35% <100%> (+0.26%) :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 78df808...0768314. Read the comment docs.