mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-03 05:50:21 +08:00
commit
643b6e9c64
@ -48,12 +48,13 @@ OSSWriter实现了从DataX协议转为OSS中的TXT文件功能,OSS本身是无
|
|||||||
|
|
||||||
},
|
},
|
||||||
"writer": {
|
"writer": {
|
||||||
|
"name": "osswriter",
|
||||||
"parameter": {
|
"parameter": {
|
||||||
"endpoint": "http://oss.aliyuncs.com",
|
"endpoint": "http://oss.aliyuncs.com",
|
||||||
"accessId": "",
|
"accessId": "",
|
||||||
"accessKey": "",
|
"accessKey": "",
|
||||||
"bucket": "myBucket",
|
"bucket": "myBucket",
|
||||||
"object": "/cdo/datax",
|
"object": "cdo/datax",
|
||||||
"encoding": "UTF-8",
|
"encoding": "UTF-8",
|
||||||
"fieldDelimiter": ",",
|
"fieldDelimiter": ",",
|
||||||
"writeMode": "truncate|append|nonConflict"
|
"writeMode": "truncate|append|nonConflict"
|
||||||
|
Loading…
Reference in New Issue
Block a user