cloudflare / Stout

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

Fails to connect to S3 endpoint depending on the specified region #61

Open jweyrich opened 3 years ago

jweyrich commented 3 years ago

It fails to connect to the S3 endpoint depending on the specified region. The problem is reproducible using region sa-east-1, for example. The endpoint should be s3.sa-east-1.amazonaws.com instead of s3.amazonaws.com - in other words, it needs to be dynamically built using the specified region.