kbase / blobstore

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

Check names with bad characters before auth call #65

Closed MrCreosote closed 5 years ago

MrCreosote commented 5 years ago

Will cause a 500 error otherwise - could check the auth error code but why send on a bad request?

codecov[bot] commented 5 years ago

Codecov Report

Merging #65 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   89.48%   89.56%   +0.07%     
==========================================
  Files          12       12              
  Lines        1056     1064       +8     
==========================================
+ Hits          945      953       +8     
  Misses         84       84              
  Partials       27       27
Impacted Files Coverage Δ
auth/kbase_provider.go 93.51% <100%> (+0.51%) :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 af90ed8...790158f. Read the comment docs.