Link to OBS

Description

By creating an OBS link, you can extract files from or load files to OBS. Files in CSV, JSON, and binary format are supported.

Sample Link

{
    "links": [
        {
            "link-config-values": {
                "configs": [
                    {
                        "inputs": [
                            {
                                "name": "linkConfig.storageType",
                                "value": "OBS"
                            },
                            {
                                "name": "linkConfig.server",
                                "value": "10.121.16.183"
                            },
                            {
                                "name": "linkConfig.port",
                                "value": "443"
                            },
                            {
                                "name":"linkConfig.accessKey",
                                "value": "RSO6TTEZMJ6TTFBBAACE"
                            },
                            {
                                "name":"linkConfig.securityKey",
                                "value":"Add password here"
                            }
                        ],
                        "name": "linkConfig"
                    }
                ]
            },
            "name": "obs_link",
            "connector-name": "obs-connector"
        }
    ]
}

Link Parameters

Parameter

Mandatory

Type

Description

linkConfig.storageType

Yes

String

Storage class of an object

linkConfig.server

Yes

String

Endpoint of the OBS server. You can enter a bucket-level domain name.

For example, if you set the parameter to test.obs.myhuaweicloud.com, only the test bucket can be queried.

linkConfig.port

Yes

String

Data transmission port. The HTTPS port number is 443 and the HTTP port number is 80.

linkConfig.accessKey

Yes

String

AK

linkConfig.securityKey

Yes

String

SK