heroku / heroku-buildpack-go

Heroku Go Buildpack
https://devcenter.heroku.com/categories/go
MIT License
3 stars 1 forks source link

Switch to the recommended regional S3 domain #491

Closed edmorley closed 2 years ago

edmorley commented 2 years ago

Whilst the global S3 endpoint (s3.amazonaws.com) still works, AWS now recommends using the appropriate regional endpoint to access the bucket: https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#s3-legacy-endpoints

Our buildpack buckets are in us-east-1, whose regional domain is *.s3.us-east-1.amazonaws.com: https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region

GUS-W-11283397.