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?
For me, it seems I can successfully upload to buckets that don't contain dots in the name. Otherwise it fails:
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?