StorafleetStorafleet

/// CONNECT A PROVIDER / TENCENT CLOUD COS

Tencent Cloud COS

Tencent Cloud COS is S3-compatible and authenticates with a SecretId and SecretKey. One quirk: COS bucket names always end with your APPID (e.g. mybucket-1250000000).

Don't have a bucket yet? Create one first →

What you need

  • A SecretId and SecretKey from CAM (these map to the S3 Access Key / Secret Key — not a temporary token).
  • The full bucket name including the -APPID suffix and the region (e.g. ap-guangzhou, ap-singapore).

Create API keys

  1. In the CAM → API Keys console, create (or open) a key.
  2. Copy the SecretId into storafleet's Access Key field and the SecretKey into the Secret Key field.

Endpoint & region

https://cos.<REGION>.myqcloud.com — for example https://cos.ap-guangzhou.myqcloud.com. COS requires the regional endpoint that matches the bucket.

Connect the Fleet

  1. Create Fleet → Access Keys; enter a name, the full bucket name (name-APPID), and the region.
  2. Paste the SecretId and SecretKey, set the regional endpoint, and connect (path-style).

Supported features

COS supports versioning, lifecycle + storage-class transitions (STANDARD_IA / ARCHIVE / DEEP_ARCHIVE), CORS, bucket policy, object tags, and Object Lock.