Skip to Content
GuidesMappingMaplibre NativePublic S3 Bucket Access

You can explore the public S3 bucket of MapLibre Native.

We use it to store metrics such as size tests and render benchmark results.

To download files in bulk for analysis, you need to install the aws-cli.

Then, for example, to download all render benchmarks for Android:

aws s3 sync s3://maplibre-native/android-benchmark-render android-render-benchmark-results
Last updated on