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": "" }, { "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 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.