/// CREATE A BUCKET / TENCENT CLOUD COS
Create a Tencent Cloud COS bucket
Tencent Cloud COS offers S3-compatible storage across many regions. Create a bucket (its name will carry your APPID suffix), create API keys, and connect.
Create a bucket
- In the COS console, click Create Bucket.
- Name it, pick a region, keep access Private, and create it. The console appends your -APPID — note the full name (e.g.
mybucket-1250000000).
Create API keys
- In CAM → API Keys, create a key and copy the SecretId and SecretKey.
Connect it to storafleet
Use endpoint https://cos.<REGION>.myqcloud.com and the full name-APPID bucket name. Head to Connect Tencent Cloud COS.