S3 Object Storage

This commit is contained in:
Moritz Utcke
2025-03-18 18:25:24 -03:00
parent e01de6f03e
commit 8d73143932
13 changed files with 336 additions and 102 deletions

View File

@@ -22,6 +22,7 @@
"@astrojs/node": "^8.3.4",
"@astrojs/svelte": "^2.2.0",
"@astrojs/tailwind": "^3.1.3",
"@aws-sdk/client-s3": "^3.758.0",
"@ibcornelsen/ui": "^0.0.2",
"@mollie/api-client": "^4.1.0",
"@pdfme/common": "^5.2.16",
@@ -33,7 +34,7 @@
"astro-typesafe-api": "^0.2.2",
"body-scroll-lock": "^4.0.0-beta.0",
"buffer": "^6.0.3",
"bun": "^1.1.45",
"bun": "^1.2.5",
"csvtojson": "^2.0.10",
"express": "^4.21.2",
"flag-icons": "^6.15.0",
@@ -103,5 +104,6 @@
},
"overrides": {
"zod": "^3.24.1"
}
}
},
"module": "index.ts"
}