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
-
You have activated Lindorm Tunnel Service (LTS). For more information, see Activate and log on to LTS.
-
You have added the client IP address to a whitelist. For more information, see Configure a whitelist.
Procedure
-
Log on to the LTS console. For more information, see Activate and log on to LTS.
-
In the left-side navigation pane, choose .
-
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.
-
-
Click Add.