Configuration
Storages
Qiniu Kodo

Qiniu Kodo

Since: 1.2.0

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

Config keys

type: kodo

  • bucket - Qiniu Kodo bucket name
  • region - Qiniu Kodo region, default: cn-east-1
  • path - remote path for save
  • access_key_id - Qiniu API key
  • secret_access_key - Qiniu API secret
  • timeout - Set timeout of remote upload, default: 300
  • max_retries - Max retries, default: 3
  • storage_class - Default: LINE

Regions

https://developer.qiniu.com/kodo/4088/s3-access-domainname (opens in a new tab)

Storage Class

  • STANDARD (default)
  • LINE
  • GLACIER
  • DEEP_ARCHIVE

https://developer.qiniu.com/kodo/5906/storage-type (opens in a new tab)