Overview
A region is an area where a Tencent Cloud managed data center is deployed. COS data is stored in buckets in these regions. You can use COS to store your data in multiple regions. In general, you are advised to create buckets in the region closest to the location where your business is conducted. In this way, latency and costs can be reduced and compliance requirements can be met.
For example, if your business is distributed in South China, creating buckets in the Guangzhou region can accelerate the object upload and download speeds.
Default endpoint refers to the COS bucket’s default domain, which is automatically generated when the bucket is created. Buckets residing in different regions have different default domains. To view the default domain, you can go to the COS console, click the name of the desired bucket, click Overview, and find the Domain Information area. Chinese mainland
|
Chinese mainland | Public cloud regions | Beijing Zone 1 (sold out) | ap-beijing-1 | <BucketName-APPID>.cos.ap-beijing-1.myqcloud.com |
|
| 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 |
|
|
|
Outside Chinese mainland
Region |
|
| Region Abbreviation | Default Endpoint (Upload/Download/Management) |
Asia Pacific | Public cloud regions | Hong Kong (China) | ap-hongkong | <BucketName-APPID>.cos.ap-hongkong.myqcloud.com |
|
| Singapore | ap-singapore | <BucketName-APPID>.cos.ap-singapore.myqcloud.com |
|
| Jakarta | ap-jakarta | <BucketName-APPID>.cos.ap-jakarta.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 |
North America |
| 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 |
Sorth America |
| São Paulo | sa-saopaulo | <BucketName-APPID>.cos.sa-saopaulo.myqcloud.com |
Europe |
| Frankfurt | eu-frankfurt | <BucketName-APPID>.cos.eu-frankfurt.myqcloud.com |
Global acceleration endpoint
A global acceleration endpoint is formatted as <BucketName-APPID>.cos.accelerate.myqcloud.com
. For more information about global acceleration endpoints and the use cases, see Overview. Example
Assume that you have logged in to the COS console as the root account (APPID
is 1250000000
) and created a bucket named examplebucket in the Guangzhou region, the default endpoint of the bucket will be:
examplebucket-1250000000.cos.ap-guangzhou.myqcloud.com
Note:
examplebucket-1250000000: indicates that the bucket is owned by the user whose APPID
is 1250000000
. 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: Cloud Object Storage (COS)
ap-guangzhou: abbreviation of the bucket region
myqcloud.com: indicates Tencent Cloud domain (fixed)
If you store an image (picture.jpg) to the created bucket, the access URL of the image will be:
examplebucket-1250000000.cos.ap-guangzhou.myqcloud.com/picture.jpg
Note:
If you have set the access permission of your image to public read and private write, you can copy the image access URL and paste it in the browser to view the image details.
Private Network and Public Network Access
If an intra-region Cloud Virtual Machine (CVM) instance accesses COS using the default domain, data will be transferred over a private network by default. In this case, data uploads and downloads will generate private network traffic, but this traffic will not be billed. However, note that you will still be charged for the number of requests.
Tencent Cloud COS adopts intelligent resolution for COS endpoints. In this way, the optimal linkage can be provided for you to access COS with different ISPs.
If you deploy a service in Tencent Cloud to access COS, intra-region access requests will be automatically directed to a private network address. Currently, cross-region requests do not support private network access and will be resolved to a public network address by default. If you have requests for cross-region private network access, submit a ticket.
Apakah halaman ini membantu?