remotely-save/docs/remote_services/s3_tencent_cloud_cos
2024-01-20 13:13:31 +08:00
..
cos_bucket_info.png
cos_connection.png
cos_create_secret.png
cos_setting.png
README.md split the zh doc 2024-01-20 13:13:31 +08:00
README.zh-cn.md split the zh doc 2024-01-20 13:13:31 +08:00

Tencent Cloud COS

English | 中文

步骤 Steps

The example shows the steps of China version. International version should be similar.

  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.
  3. In CAM page, create api key, and note down the SecretID and SecretKey.
  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.
  6. Check Connectivity.
  7. Sync!