This commit is contained in:
vet
2026-05-28 00:16:19 +08:00
commit 52446ccf3f
54 changed files with 4617 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "S3对象迁移",
"handlerKey": "s3-migrate",
"scheduleType": "manual",
"scheduleValue": "",
"defaultParams": "{\"sourceEngine\":\"minio\",\"sourceEndpoint\":\"http://minio:9000\",\"sourceBucket\":\"openim\",\"sourceAccessKey\":\"\",\"sourceSecretKey\":\"\",\"destEngine\":\"aws\",\"destEndpoint\":\"https://s3.ap-southeast-1.amazonaws.com\",\"destBucket\":\"openim\",\"destAccessKey\":\"\",\"destSecretKey\":\"\",\"destRegion\":\"ap-southeast-1\"}"
}

View File

@@ -0,0 +1,7 @@
{
"name": "示例任务",
"handlerKey": "sample-handler",
"scheduleType": "manual",
"scheduleValue": "",
"defaultParams": "{\"limit\":10,\"dryRun\":true}"
}

View File

@@ -0,0 +1,7 @@
{
"name": "URL前缀替换",
"handlerKey": "url-rewrite",
"scheduleType": "manual",
"scheduleValue": "",
"defaultParams": "{\"oldPrefix\":\"https://s3.jizhying.com/images/\",\"newPrefix\":\"https://dp9pkdckmd09t.cloudfront.net/\",\"mode\":\"dry-run\",\"sampleSize\":10}"
}