Skip to content

Commit

Permalink
✨ Feature(custom): add new area support for qiniu cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Jan 20, 2024
1 parent c6dc1ea commit 89fc032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/manage/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const QiniuAreaCodeName : IStringKeyMap = {
z2: '华南-广东',
na0: '北美-洛杉矶',
as0: '亚太-新加坡',
'ap-northeast-1': '亚太-首尔'
'ap-northeast-1': '亚太-首尔',
'ap-southeast-2': '亚太-河内'
}

const TencentAreaCodeName : IStringKeyMap = {
Expand Down

0 comments on commit 89fc032

Please sign in to comment.