Tencent Cloud's Cloud Infinite (CI) supports multi-region storage, and different regions have different default access domain names. The region you initially selected for the bucket cannot be modified. You can select a region closest to your business location to speed up object upload and download.
Note:
- After a bucket is created, the default domain will be generated. To view the URL, you can go to the CI console, click the name of the desired bucket, and click File Management > Details.
- Regions and domains in the following table are COS domains. Old users can still use CI domains.
BucketName
is the name you set for your bucket upon creation. To view its value, you can go to the CI console, click the name of the bucket, and choose the Bucket Configuration tab.APPID
is one of the account identifiers assigned by the system after you successfully applied for the Tencent Cloud account. It can be viewed at Tencent Cloud console > Account Information.
Region | Abbreviation | Default Domain (Upload/Download/Management) |
---|---|---|
Beijing | ap-beijing | <BucketName-APPID>.cos.ap-beijing.myqcloud.com |
Nanjing | ap-nanjing | <BucketName-APPID>.cos.ap-nanjing.myqcloud.com |
Shanghai | ap-shanghai | <BucketName-APPID>.cos.ap-shanghai.myqcloud.com |
Guangzhou | ap-guangzhou | <BucketName-APPID>.cos.ap-guangzhou.myqcloud.com |
Chengdu | ap-chengdu | <BucketName-APPID>.cos.ap-chengdu.myqcloud.com |
Chongqing | ap-chongqing | <BucketName-APPID>.cos.ap-chongqing.myqcloud.com |
Region | Abbreviation | Default Domain (Upload/Download/Management) |
---|---|---|
Hong Kong (China) | ap-hongkong | <BucketName-APPID>.cos.ap-hongkong.myqcloud.com |
Singapore | ap-singapore | <BucketName-APPID>.cos.ap-singapore.myqcloud.com |
Mumbai | ap-mumbai | <BucketName-APPID>.cos.ap-mumbai.myqcloud.com |
Seoul | ap-seoul | <BucketName-APPID>.cos.ap-seoul.myqcloud.com |
Bangkok | ap-bangkok | <BucketName-APPID>.cos.ap-bangkok.myqcloud.com |
Tokyo | ap-tokyo | <BucketName-APPID>.cos.ap-tokyo.myqcloud.com |
Silicon Valley (US West) | na-siliconvalley | <BucketName-APPID>.cos.na-siliconvalley.myqcloud.com |
Virginia (US East) | na-ashburn | <BucketName-APPID>.cos.na-ashburn.myqcloud.com |
Toronto | na-toronto | <BucketName-APPID>.cos.na-toronto.myqcloud.com |
Frankfurt | eu-frankfurt | <BucketName-APPID>.cos.eu-frankfurt.myqcloud.com |
Moscow | eu-moscow | <BucketName-APPID>.cos.eu-moscow.myqcloud.com |
Assume that you have logged in to the CI console as the root account (APPID
: 1250000000
), and clicked Bucket Management > Bind Bucket to create a bucket named examplebucket
residing in the Guangzhou region. The domain for CI processing will be as follows:
examplebucket-1250000000.cos.ap-guangzhou.myqcloud.com
Note:
- examplebucket-1250000000: indicates that the bucket is owned by the user whose
APPID
is1250000000
.APPID
is a fixed and unique ID assigned by the system when you successfully applied for the Tencent Cloud account. You can view it at Account Information.- cos: indicates COS domains.
pic
andpicgz
indicate CI domains.- ap-guangzhou: abbreviation of the region
- myqcloud.com: indicates Tencent Cloud domain (fixed)
Was this page helpful?