t-rex-tileserver / t-rex

t-rex is a vector tile server specialized on publishing MVT tiles from your own data
https://t-rex.tileserver.ch/
MIT License
545 stars 68 forks source link

Set content-type on s3 objects #227

Closed arbakker closed 3 years ago

arbakker commented 3 years ago

Previously all objects had content-type application/octet-stream. I chose to keep that as a default, to prevent breaking the application in case other file types are added.