Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Fails on buckets containing dots #139

@stevage

Description

@stevage

For me, it seems I can successfully upload to buckets that don't contain dots in the name. Otherwise it fails:

$ mapbox-tile-copy ../subways.mbtiles 's3://very-temporary/subways/{z}/{x}/{y}.pbf'
13 tiles @ 13/s, 30% complete [0s]
44 tiles @ 44/s, 100% complete [0s]
44 tiles @ 44/s, 100% complete [0s]

$ mapbox-tile-copy ../subways.mbtiles 's3://very.temp.test/subways/{z}/{x}/{y}.pbf'
13 tiles @ 13/s, 30% complete [0s]
36 tiles @ 36/s, 82% complete [0s]
44 tiles @ 44/s, 100% complete [0s]
Tile does not exist

This is obviously a big problem for serving tiles from S3 as a static website.

This is basically a duplicate of #53, which was apparently fixed by a third-party library update, but...it's now back?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions