kbase / blobstore

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

Hide auth provider behind cache #90

Closed MrCreosote closed 5 years ago

MrCreosote commented 5 years ago

Cache implements the current provider interface, but that will change to return expiration info

codecov[bot] commented 5 years ago

Codecov Report

Merging #90 into master will decrease coverage by 0.55%. The diff coverage is 38.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
- Coverage   91.09%   90.53%   -0.56%     
==========================================
  Files          12       13       +1     
  Lines        1291     1300       +9     
==========================================
+ Hits         1176     1177       +1     
- Misses         89       96       +7     
- Partials       26       27       +1
Impacted Files Coverage Δ
auth/interface.go 100% <ø> (ø) :arrow_up:
auth/cache.go 0% <0%> (ø)
service/server.go 97.57% <100%> (ø) :arrow_up:
service/build.go 62.26% <66.66%> (-1.74%) :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 7910a9f...b4dc90a. Read the comment docs.