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 # 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) * [Amazon Web Services S3](#amazon-web-services)
* Google Cloud Storage * [Google Cloud Storage](#google-cloud)
* Microsoft Azure * [Microsoft Azure](#azure)
* DigitalOcean Spaces * [DigitalOcean Spaces](#digitalocean-spaces)
* Backblaze B2 * [Backblaze B2](#backblaze-b2)
* Your own HTTP server * Your own HTTP server
### Amazon Web Services ### Amazon Web Services