flesh out readme

This commit is contained in:
Brandon Liu
2021-02-16 16:54:51 +08:00
parent 13dd1e531f
commit d627c9fe0c

View File

@@ -2,13 +2,13 @@
# Compatible Storage Providers
PMTiles files require support for HTTP 1.1 byte serving as well as CORS. It's been tested with:
PMTiles files require servers to support [HTTP byte serving](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) as well as [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). It's been tested with:
* [Amazon Web Services S3](###amazon-web-services)
* Google Cloud Storage
* Microsoft Azure
* DigitalOcean Spaces
* Backblaze B2
* [Amazon Web Services S3](#amazon-web-services)
* [Google Cloud Storage](#google-cloud)
* [Microsoft Azure](#azure)
* [DigitalOcean Spaces](#digitalocean-spaces)
* [Backblaze B2](#backblaze-b2)
* Your own HTTP server
### Amazon Web Services