Third-party cloud storage regions
When using the custom recording and custom screenshot functions, you configure the third-party cloud storage for recording and screenshot files using StorageConfig
. The vendor
field sets the third-party cloud storage platform. The region
field sets the third-party cloud storage region for the selected vendor
.
This page lists the region
values you can use to configure storage for different vendors.
- Amazon S3
- Alibaba Cloud
- Tencent Cloud
- Microsoft Azure
- Google Cloud
- Huawei Cloud
- Baidu Smart Cloud
- S3 compatible storage
vendor
= 1region
values:0
: US_EAST_11
: US_EAST_22
: US_WEST_13
: US_WEST_24
: EU_WEST_15
: EU_WEST_26
: EU_WEST_37
: EU_CENTRAL_18
: AP_SOUTHEAST_19
: AP_SOUTHEAST_210
: AP_NORTHEAST_111
: AP_NORTHEAST_212
: SA_EAST_113
: CA_CENTRAL_114
: AP_SOUTH_115
: CN_NORTH_116
: CN_NORTHWEST_118
: AF_SOUTH_119
: AP_EAST_120
: AP_NORTHEAST_321
: EU_NORTH_122
: ME_SOUTH_124
: AP_SOUTHEAST_325
: EU_SOUTH_1
vendor
= 2region
values:0
: CN_Hangzhou1
: CN_Shanghai2
: CN_Qingdao3
: CN_Beijing4
: CN_Zhangjiakou5
: CN_Huhehaote6
: CN_Shenzhen7
: CN_Hongkong8
: US_West_19
: US_East_110
: AP_Southeast_111
: AP_Southeast_212
: AP_Southeast_313
: AP_Southeast_514
: AP_Northeast_115
: AP_South_116
: EU_Central_117
: EU_West_118
: EU_East_119
: AP_Southeast_620
: CN_Heyuan21
: CN_Guangzhou22
: CN_Chengdu23
: CN_Nanjing24
: CN_Fuzhou25
: CN_Wulanchabu26
: CN_Northeast_227
: CN_Southeast_7
vendor
= 3region
values:0
: AP_Beijing_11
: AP_Beijing2
: AP_Shanghai3
: AP_Guangzhou4
: AP_Chengdu5
: AP_Chongqing6
: AP_Shenzhen_FSI7
: AP_Shanghai_FSI8
: AP_Beijing_FSI9
: AP_Hongkong10
: AP_Singapore11
: AP_Mumbai12
: AP_Seoul13
: AP_Bangkok14
: AP_Tokyo15
: NA_Siliconvalley16
: NA_Ashburn17
: NA_Toronto18
: EU_Frankfurt19
: EU_Moscow
vendor
= 5region
values: There is no need to set theregion
field. If you set it, it will not take effect.
vendor
= 6region
values: There is no need to set theregion
field. If you set it, it will not take effect.
vendor
= 7region
values:0
: CN_North_11
: CN_North_42
: CN_East_23
: CN_East_34
: CN_South_15
: CN_Southwest_26
: AP_Southeast_17
: AP_Southeast_28
: AP_Southeast_39
: AF_South_110
: SA_Argentina_111
: SA_Peru_112
: NA_Mexico_113
: SA_Brazil_114
: LA_South_215
: SA_Chile_1
vendor
= 8region
values:1
: Baoding2
: Suzhou3
: Guangzhou4
: Hongkong5
: Singapore6
: Wuhan7
: Shanghai
vendor
= 11region
= 0
Specify the domain name of the self-built cloud storage in the extensionParams.endpoint
field.
"storageConfig": {
"secretKey": "xxxxx",
"accessKey": "xxxxx",
"bucket": "s3-digit-test",
"vendor": 11,
"region": 0,
"fileNamePrefix": [
"agora",
"meituan",
"test"
],
"extensionParams": {
"endpoint": "xxxxx.xxxxx.com"
}
}