go-spatial / tegola

Tegola is a Mapbox Vector Tile server written in Go
http://tegola.io/
MIT License
1.28k stars 194 forks source link

Allow forcing path style for s3 compatible API requests. #745

Closed johngian closed 3 years ago

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 60f65f327-PR-745


Changes Missing Coverage Covered Lines Changed/Added Lines %
cache/s3/s3.go 5 7 71.43%
<!-- Total: 5 7 71.43% -->
Files with Coverage Reduction New Missed Lines %
server/viewer.go 3 61.54%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 7f0e7e660: 0.004%
Covered Lines: 5390
Relevant Lines: 11813

💛 - Coveralls
johngian commented 3 years ago

I think that this patch fixes #719

ARolek commented 3 years ago

@johngian excellent. Thanks for pointing out that issue.