Add an OSS data source

更新时间:
复制 MD 格式

To import data from Object Storage Service (OSS) into a Lindorm wide table, you must first add an OSS data source. This connection allows LindormTable to read data directly from OSS.

Prerequisites

Procedure

  1. Log on to the LTS console. For more information, see Activate and log on to LTS.

  2. In the left-side navigation pane, choose Data Sources > Add Data Source.

  3. On the Add Data Source page, configure the following parameters.

    • Name: Enter a name for the data source.

    • Data source type: Select OSS.

    • Parameters: Specify parameters in the following format:

      {
        "accessId": "xaccessId", 
        "accessKey": "xaccessKey",
        "bucketName": "xbds-pro-test",
        "endpoint": "oss-cn-qingdao-internal.aliyuncs.com"
      }

      The following table describes the parameters.

      Parameter

      Description

      accessId

      The AccessKey ID of your Alibaba Cloud account or RAM user. To obtain the AccessKey ID and AccessKey Secret, see Create an AccessKey.

      accessKey

      The AccessKey Secret of your Alibaba Cloud account or RAM user.

      bucketName

      The name of the OSS bucket to access.

      endpoint

      The internal endpoint of the OSS region.

  4. Click Add.