forked from docs/doc-exports
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com> Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com> Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
7.3 KiB
7.3 KiB
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. |
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 |
Parent topic: Link Parameter Description