You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When unzipping an archive with unzip (e.g. s3://vector-tiles-prod/20180326/a8a6c/all/11/333/744.zip), files have 0000 permissions and need to be manually chmod'd by root to become readable.
When unzipping an archive with
unzip
(e.g.s3://vector-tiles-prod/20180326/a8a6c/all/11/333/744.zip
), files have0000
permissions and need to be manuallychmod
'd byroot
to become readable.The fix appears to be to add
after
tilequeue/tilequeue/metatile.py
Line 54 in 4062c1a
Ditto for
tilequeue/tilequeue/rawr.py
Line 537 in 44b1aa6
The text was updated successfully, but these errors were encountered: