cloudflare / Stout

A reliable static website deploy tool
MIT License
751 stars 29 forks source link

panic: Region not found #17

Closed sooheon closed 8 years ago

sooheon commented 8 years ago

When I specify region during deploy as ap-northeast-2, I get the above error. As any other region than the correct one, I get panic: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.

zackbloom commented 8 years ago

It looks like ap-northeast-2 is explicitly not included in the aws library we use (here is 1): https://github.com/AdRoll/goamz/blob/0c4b4ec49d2da696b3df5cca52cac2302c461db9/aws/regions.go#L195-L217

renandincer commented 8 years ago

closed here: https://github.com/zackbloom/goamz/commit/d0ebad8424525bc84219756d76a80ddcf166de2d

zackbloom commented 8 years ago

🚀

kieranja commented 6 years ago

FYI this is the same for eu-west-2