实现 S3 对象迁移功能,添加对象复制和元数据获取逻辑

This commit is contained in:
2026-02-06 19:19:35 +08:00
parent b6d8af60a1
commit 73e9a33cc3
3 changed files with 167 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"migrate": "tsx src/copy.ts"
},
"keywords": [],
"author": "",
@@ -15,4 +15,4 @@
"@types/node": "^25.2.1",
"dotenv": "^17.2.4"
}
}
}