Skip to content

Commit

Permalink
Merge pull request #142 from zenfire6/govcloud-asset-domain
Browse files Browse the repository at this point in the history
added assetDomain locations for govcloud partition
  • Loading branch information
YikaiHu authored Feb 6, 2024
2 parents 7d4cbe3 + 74da18d commit 8676478
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/constructs/lib/s3-plugin/ec2-finder-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ export class Ec2FinderStack extends Construct {
'aws-cn': {
assetDomain: 'https://aws-gcr-solutions-assets.s3.cn-northwest-1.amazonaws.com.cn',
},
'aws-us-gov': {
assetDomain: 'https://aws-gcr-solutions-assets.s3.amazonaws.com',
},
}
});

Expand Down
3 changes: 3 additions & 0 deletions source/constructs/lib/s3-plugin/ec2-worker-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ export class Ec2WorkerStack extends Construct {
'aws-cn': {
assetDomain: 'https://aws-gcr-solutions-assets.s3.cn-northwest-1.amazonaws.com.cn',
},
'aws-us-gov': {
assetDomain: 'https://aws-gcr-solutions-assets.s3.amazonaws.com',
},
}
});

Expand Down

0 comments on commit 8676478

Please sign in to comment.