Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 26, 2022
1 parent 21194ea commit 4181a3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Upload an archive to S3-compatible cloud storage:

This section covers running a Z/X/Y tile server proxy for clients that read only those URLs. The simplest way to consume PMTiles on the web is directly in the browser: see the [JavaScript examples](https://github.com/protomaps/PMTiles/tree/master/js).

Serve a directory of archive from local or cloud storage as a universally compatible Z/X/Y endpoint:
Serve a directory of archives from local or cloud storage as a Z/X/Y endpoint:

pmtiles serve file://.
# serves at http://localhost:8077/FILENAME/{z}/{x}/{y}.pbf
Expand All @@ -51,7 +51,7 @@ For production usage, it's recommended to run behind a reverse proxy like Nginx

## Cloud Storage Permissions

Example minimal S3 policy for writing/reading to a bucket:
To upload your files to AWS S3 you will need an IAM policy for writing/reading to a bucket, at minimum this:

{
"Version": "2012-10-17",
Expand All @@ -63,3 +63,4 @@ Example minimal S3 policy for writing/reading to a bucket:
}
]
}

0 comments on commit 4181a3c

Please sign in to comment.