snowplow-archive / sluice

A Ruby toolkit for cloud-friendly ETL
38 stars 10 forks source link

dependency on fog 1.25.0 cannot resolve AWS China region #52

Open qingwen opened 8 years ago

qingwen commented 8 years ago

Endpoints of AWS services in China (region cn-north-1) are hosted under a different domain, i.e. *.amazonaws.com.cn instead of *.amazonaws.com. See AWS regions and endpoints - Beijing

This issue was fixed in the latest release of fog (i.e. 1.38.0), but sluice has a hard-coded dependency on fog 1.25 which fails the resolution of region cn-north-1.

alexanderdean commented 8 years ago

Thanks for raising!