s3-compatible-fs support

This commit is contained in:
2026-01-09 14:25:59 +08:00
parent ba210d3d4f
commit a98eeb530f
13 changed files with 684 additions and 1 deletions

View 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"
}

View File

@@ -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"
}
}