Link to OSS on Alibaba Cloud
Description
By creating an OSS link, you can extract files from Object Storage Service (OSS) on Alibaba Cloud. Files in CSV, JSON, and binary formats are supported.
Sample Link
{
"links": [
{
"link-config-values": {
"configs": [
{
"inputs": [
{
"name": "linkConfig.storageType",
"value": "OSS"
},
{
"name": "linkConfig.ossEndpoint",
"value": "oss-cn-qingdao.aliyuncs.com"
},
{
"name": "linkConfig.ossAuthType",
"value": "ACCESS_KEY"
},
{
"name": "linkConfig.accessKey",
"value": "LTAI1mR805IE0cVr"
},
{
"name": "linkConfig.securityKey",
"value": "Add password here"
}
],
"name": "linkConfig"
}
]
},
"name": "op_oss_link",
"connector-name": "obs-connector"
}
]
}
Link Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
linkConfig.storageType |
Yes |
String |
Storage class of an object |
|
linkConfig.ossEndpoint |
Yes |
String |
Endpoint of OSS |
|
linkConfig.ossAuthType |
Yes |
Boolean |
Identity authentication method
|
|
linkConfig.accessKey |
Yes |
String |
AK |
|
linkConfig.securityKey |
Yes |
String |
SK |
|
linkConfig.securityToken |
No |
String |
Temporary security token required when a temporary access key is used to log in to OSS |
Last Article: Link to OBS
Next Article: Link to KODO/COS
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.