Configuration
Storages
QCloud COS

QCloud COS

Since: 1.2.0

Storage backup file to QCloud COS (opens in a new tab), this is based on S3 compatibility.

Config keys

type: cos

  • bucket - QCloud COS bucket name
  • region - QCloud COS region, default: s3-cn-bj
  • path - remote path for save
  • access_key_id - QCloud API key
  • secret_access_key - QCloud API secret
  • timeout - Set timeout of remote upload, default: 300
  • max_retries - Max retries, default: 3
  • storage_class - Default: STANDARD_IA

Regions

https://cloud.tencent.com/document/product/436/6224 (opens in a new tab)

Storage Class

  • STANDARD
  • STANDARD_IA (default)
  • ARCHIVE
  • DEEP_ARCHIVE
  • INTELLIGENT_TIERING

https://cloud.tencent.com/document/product/436/33417 (opens in a new tab)