Skip to content

Commit 390bba5

Browse files
authored
feat: Update Cloud Functions locations lit
Follow the location list in https://cloud.google.com/functions/docs/locations
1 parent d9afebf commit 390bba5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

provider/googleProvider.js

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class GoogleProvider {
3333
'us-east4', // (Northern Virginia)
3434
'europe-west1', // (Belgium)
3535
'europe-west2', // (London)
36+
'asia-east1', // (Taiwan)
3637
'asia-east2', // (Hong Kong)
3738
'asia-northeast1', // (Tokyo)
3839
'asia-northeast2', // (Osaka)
@@ -44,8 +45,10 @@ class GoogleProvider {
4445
'southamerica-east1', // (Sao Paulo)
4546
'europe-west3', // (Frankfurt)
4647
'europe-west6', // (Zurich)
48+
'europe-central2', // (Warsaw)
4749
'australia-southeast1', // (Sydney)
4850
'asia-south1', // (Mumbai)
51+
'asia-southeast1', // (Singapore)
4952
'asia-southeast2', // (Jakarta)
5053
'asia-northeast3', // (Seoul)
5154
],

0 commit comments

Comments
 (0)