-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(region-info): add eu-west-1 to AWS_OLDER_REGIONS #4584
Conversation
Thanks so much for taking the time to contribute to the AWS CDK ❤️ We will shortly assign someone to review this pull request and help get it
|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request is now being automatically merged. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
…t-1 (#10920) [`s3-website-us-gov-west-1.amazonaws.com`](https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/using-govcloud-endpoints.html) [`us-gov-west-1` announced in Aug 2011](https://aws.amazon.com/blogs/aws/new-aws-govcloud-us-region/) #4584 https://github.com/aws/aws-cdk/blob/36fea2824787f47692e78fb5de063f89f5c7da5d/packages/%40aws-cdk/region-info/build-tools/generate-static-data.ts#L47-L49 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Corrects the S3 endpoint from
s3-website.eu-west-1
tos3-website-eu-west-1
Reference: https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_website_region_endpoints
Fixes #4573
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license