kbase / blobstore

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

option to disable SSL cert verification #134

Closed kkellerlbl closed 3 years ago

kkellerlbl commented 3 years ago

New configuration option s3-disable-ssl-verify (default false) to allow skipping verification of the remote S3 SSL certificate.

codecov[bot] commented 3 years ago

Codecov Report

Merging #134 (255201d) into develop (5db1e52) will decrease coverage by 0.00%. The diff coverage is 82.35%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #134      +/-   ##
===========================================
- Coverage    91.14%   91.13%   -0.01%     
===========================================
  Files           14       14              
  Lines         1412     1422      +10     
===========================================
+ Hits          1287     1296       +9     
- Misses          92       93       +1     
  Partials        33       33              
Impacted Files Coverage Δ
app/blobstore.go 0.00% <0.00%> (ø)
config/config.go 100.00% <100.00%> (ø)
filestore/s3.go 90.34% <100.00%> (+0.13%) :arrow_up:
service/build.go 63.46% <100.00%> (+3.88%) :arrow_up:
service/server.go 97.79% <100.00%> (ø)

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 5db1e52...255201d. Read the comment docs.