Skip to content

Commit

Permalink
Sync region (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Apr 14, 2024
1 parent 9292bac commit 2696a9b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions sync-qcloud-cos.php
Original file line number Diff line number Diff line change
@@ -813,16 +813,25 @@ function cos_get_regional($regional)
'ap-shenzhen-fsi' => ['ap-shenzhen-fsi', '深圳金融'],
'ap-shanghai-fsi' => ['ap-shanghai-fsi', '上海金融'],
'ap-beijing-fsi' => ['ap-beijing-fsi', '北京金融'],

'ap-hongkong' => ['hk', '中国香港'],
'ap-singapore' => ['sgp', '新加坡'],
'na-toronto' => ['ca', '多伦多'],
'eu-frankfurt' => ['ger', '法兰克福'],
'ap-mumbai' => ['ap-mumbai', '孟买'],
'ap-jakarta' => ['ap-jakarta', '雅加达'],
'ap-seoul' => ['ap-seoul', '首尔'],
'na-siliconvalley' => ['na-siliconvalley', '硅谷'],
'na-ashburn' => ['na-ashburn', '弗吉尼亚'],
'ap-bangkok' => ['ap-bangkok', '曼谷'],
'ap-tokyo' => ['ap-tokyo', '东京'],

'na-siliconvalley' => ['na-siliconvalley', '硅谷(美西)'],
'na-ashburn' => ['na-ashburn', '弗吉尼亚(美东)'],
'na-toronto' => ['ca', '多伦多'],

'sa-saopaulo' => ['sa-saopaulo', '圣保罗'],

'eu-frankfurt' => ['ger', '法兰克福'],

'eu-moscow' => ['eu-moscow', '莫斯科'],

'accelerate' => ['accelerate', '全球加速']
];

0 comments on commit 2696a9b

Please sign in to comment.