# tilelive-s3 **Repository Path**: mirrors_mapbox/tilelive-s3 ## Basic Information - **Project Name**: tilelive-s3 - **Description**: Extends TileJSON for S3-specific tasks - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tilelive-s3 ----------- Extends `node-tilejson` for using S3 as a tilejson backend. ``` npm install @mapbox/tilelive-s3 ``` [![Build Status](https://travis-ci.com/mapbox/tilelive-s3.svg?branch=master)](https://travis-ci.com/mapbox/tilelive-s3) [![Dependency Status](https://david-dm.org/mapbox/tilelive-s3.svg)](https://david-dm.org/mapbox/tilelive-s3) [![codecov](https://codecov.io/gh/mapbox/tilelive-s3/branch/master/graph/badge.svg)](https://codecov.io/gh/mapbox/tilelive-s3) - pkg-config - libpng - node >= 0.10 Tests ===== Configure by setting the following environment variables. ``` AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN (optional) ``` Run `npm test`.