remotely-save/docs/remote_services/s3_tencent_cloud_cos/README.md

24 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2024-01-20 05:13:31 +00:00
# Tencent Cloud COS
2024-01-13 15:57:16 +00:00
2024-01-20 05:13:31 +00:00
English | [中文](./README.zh-cn.md)
## Link
2024-01-13 15:57:16 +00:00
- international <https://console.tencentcloud.com/cos>
## 步骤 Steps
2024-01-20 05:13:31 +00:00
The example shows the steps of China version. International version should be similar.
2024-01-13 15:57:16 +00:00
2024-01-20 05:13:31 +00:00
1. Create a bucket with **private read-write permissions** and recommendly enable server-side-encryption.
2. In bucket list page, enter the bucket overview page of the bucket you just created. You should see the bucket name (your texts with the number of your account id), region, and access address.
2024-01-13 15:57:16 +00:00
![](./cos_bucket_info.png)
2024-01-20 05:13:31 +00:00
3. In CAM page, create api key, and note down the SecretID and SecretKey.
2024-01-13 15:57:16 +00:00
![](./cos_create_secret.png)
2024-01-20 05:13:31 +00:00
4. **Remove the bucket name from your access address to obtain your endpoint address! If your access address on the website is `https://<bucket-name-with-number>.cos.<region>.myqcloud.com`, then the endpoint address you are going to use is `https://cos.<region>.myqcloud.com`.**
5. In remotely-save settings page, enter your endpoint adress, SecretID, SecretKey,and bucket name.
2024-01-13 15:57:16 +00:00
![](./cos_setting.png)
2024-01-20 05:13:31 +00:00
6. Check Connectivity.
2024-01-13 15:57:16 +00:00
![](./cos_connection.png)
2024-01-20 05:13:31 +00:00
7. Sync!