Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS S3 copy command to README #3

Open
CloudNiner opened this issue Nov 27, 2019 · 0 comments
Open

Add AWS S3 copy command to README #3

CloudNiner opened this issue Nov 27, 2019 · 0 comments

Comments

@CloudNiner
Copy link
Contributor

Users who have generated a local XYZ tileset might want to just publish their local tileset to S3 without rerunning Tippecanoe or mbutil.

We should include either the command to run in the README or add a new option that allows users to skip Tippecanoe+mbutil.

Its easy to miss required magiks on the S3 copy command and end up with an unusable tileset in S3. The command is:

aws s3 cp \
  ./path/to/local/tile/dir \
  s3://bucket/key/prefix/ \
  --recursive \
  --acl public-read \
  --content-encoding gzip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant