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