Skip to content

Commit d1f5fa4

Browse files
authored
Add ca-west-1 to list of opt-in regions (#111)
1 parent bd57b49 commit d1f5fa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/awsds/sessions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ func isOptInRegion(region string) bool {
144144
"ap-south-2": true,
145145
"ap-southeast-3": true,
146146
"ap-southeast-4": true,
147+
"ca-west-1": true,
147148
"eu-central-2": true,
148149
"eu-south-1": true,
149150
"eu-south-2": true,

0 commit comments

Comments
 (0)