You've already forked DataMate
feature:增加obs归集方式 (#90)
* feature:实现通过datax进行obs归集的插件 * feature:前端增加obs归集时的前缀参数
This commit is contained in:
6
runtime/datax/obswriter/src/main/resources/plugin.json
Normal file
6
runtime/datax/obswriter/src/main/resources/plugin.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "obswriter",
|
||||
"class": "com.datamate.plugin.writer.obswriter.ObsWriter",
|
||||
"description": "writer obs file to local",
|
||||
"developer": "datamate"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "obswriter",
|
||||
"parameter": {
|
||||
"endpoint": "127.0.0.1",
|
||||
"bucket": "test",
|
||||
"accessKey": "ak-xxx",
|
||||
"secretKey": "sk-xxx",
|
||||
"prefix": "/test",
|
||||
"destPath": "/test"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user