Skip to main content

Huawei OBS

This document describes the parameters required to access Huawei Cloud OBS, 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 Huawei Cloud OBS through S3-compatible protocol.

Parameter Overview​

Property NameDescriptionDefault ValueRequired
s3.endpointOBS endpoint, specifies the access endpoint for Huawei Cloud OBSYes
s3.regionOBS region, specifies the region for Huawei Cloud OBSNo
s3.access_keyOBS access key, the OBS access key used for authenticationYes
s3.secret_keyOBS secret key, the access key used in conjunction with access keyYes

Configuration Example​

"s3.access_key" = "ak",
"s3.secret_key" = "sk",
"s3.endpoint" = "obs.cn-north-4.myhuaweicloud.com"
"s3.region" = "cn-north-4"