mirror of
https://github.com/dataforcanada/d4c-infra-distribution.git
synced 2026-06-13 14:10:53 +02:00
Add vibe code Cloudflare data ingestor to Source Cooperative
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "cf-data-ingestor",
|
||||
"version": "1.0.0",
|
||||
"description": "Cloudflare Worker that proxies file downloads to an S3 bucket using streaming.",
|
||||
"main": "src/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "wrangler dev",
|
||||
"deploy": "wrangler deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"aws4fetch": "^1.0.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "4.71.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user