You've already forked DataMate
s3-compatible-fs support
This commit is contained in:
6
runtime/datax/s3reader/src/main/resources/plugin.json
Normal file
6
runtime/datax/s3reader/src/main/resources/plugin.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "s3reader",
|
||||
"class": "com.datamate.plugin.reader.s3reader.S3Reader",
|
||||
"description": "read from S3 compatible object storage",
|
||||
"developer": "datamate"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "s3reader",
|
||||
"parameter": {
|
||||
"endpoint": "http://127.0.0.1:9000",
|
||||
"bucket": "test-bucket",
|
||||
"accessKey": "ak-xxx",
|
||||
"secretKey": "sk-xxx",
|
||||
"prefix": "/test",
|
||||
"region": "us-east-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user