pelias / polylines

Pelias import pipeline for polyline (road network) data.
MIT License
18 stars 25 forks source link

fix: polylines links #162

Closed Joxit closed 6 years ago

Joxit commented 6 years ago

Links are broken, I got this error:

<Error>
  <Code>PermanentRedirect</Code>
  <Message>
    The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.
  </Message>
  <Bucket>pelias-data.nextzen.org</Bucket>
  <Endpoint>pelias-data.nextzen.org.s3.amazonaws.com</Endpoint>
  <RequestId>796258F421A15491</RequestId>
  <HostId>
    xf9Gx7m1JXiRtBrUpYchrkEU7w+YmdirOkEhUwbCyYfBOo07wr4h8r0vMmuEMUcrzYbZTka2EPg=
  </HostId>
</Error>
missinglink commented 6 years ago

it appears that buckets containing a . have issues: https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html

Joxit commented 6 years ago

Oh yes, you are right, sorry ^^' Yes, http is the only solution for now. S3 is using a wilcard certificate *.s3.amazonaws.com that can't match pelias-data.nextzen.org.s3.amazonaws.com

orangejulius commented 6 years ago

Yeah, I mentioned this to the Nextzen ops folks. i hope we can just get it fixed. Let's try to fix the bucket for a day or so before merging this PR