earthlab / cft

Climate futures toolbox: easy MACA (MACAv2) climate data access 📦
https://www.earthdatascience.org/cft/index.html
25 stars 6 forks source link

Invalid AWS regions raise errors with newer boto3 versions? #33

Closed mbjoseph closed 4 years ago

mbjoseph commented 4 years ago

I'm getting errors locally with the current AWS tests, because the "a region" entry for region is not a valid AWS region. Maybe the newer boto3 verisons validate regions?

I noticed that replacing "a region" with a valid region such as "us-west-2" solves the issue. I'll make a little PR for this.