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