Skip to main content

Tencent COS

This document describes the parameters required to access Tencent Cloud COS, which apply to the following scenarios:

  • Catalog properties
  • Table Valued Function properties
  • Broker Load properties
  • Export properties
  • Outfile properties

Doris uses S3 Client to access Tencent Cloud COS through S3-compatible protocol.

Parameter Overview​

Property NameDescriptionDefault ValueRequired
s3.endpointCOS endpoint, specifies the access endpoint for Tencent Cloud COSYes
s3.regionCOS region, specifies the region for Tencent Cloud COSNo
s3.access_keyCOS access key, the COS access key used for authenticationYes
s3.secret_keyCOS secret key, the access key used in conjunction with access keyYes

Configuration Example​

"cos.access_key" = "ak",
"cos.secret_key" = "sk",
"cos.endpoint" = "cos.ap-beijing.myqcloud.com",
"cos.region" = "ap-beijing"