Unverified Commit 643b6e9c authored by Trafalgar's avatar Trafalgar Committed by GitHub

Merge pull request #593 from dataccs/patch-1

Update osswriter.md
parents e1b1354a 9af6dfaf
......@@ -48,12 +48,13 @@ OSSWriter实现了从DataX协议转为OSS中的TXT文件功能,OSS本身是无
},
"writer": {
"name": "osswriter",
"parameter": {
"endpoint": "http://oss.aliyuncs.com",
"accessId": "",
"accessKey": "",
"bucket": "myBucket",
"object": "/cdo/datax",
"object": "cdo/datax",
"encoding": "UTF-8",
"fieldDelimiter": ",",
"writeMode": "truncate|append|nonConflict"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment