summary refs log tree commit diff
path: root/cdn/package.json
diff options
context:
space:
mode:
authorHayden Young <hi@hbjy.dev>2021-10-14 23:04:03 +0100
committerHayden Young <hi@hbjy.dev>2021-10-14 23:04:03 +0100
commite496a15f2d5e8440c026398bde0fb02f4a67bad1 (patch)
treea701b7580c1cbbbfc7bfce8a08fb4611aecf4c45 /cdn/package.json
parentMerge pull request #438 from Mr2u/dev (diff)
downloadserver-e496a15f2d5e8440c026398bde0fb02f4a67bad1.tar.xz
feat: implement an S3-based storage API
Diffstat (limited to 'cdn/package.json')
-rw-r--r--cdn/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/cdn/package.json b/cdn/package.json
index 5d3f1589..06fea9c4 100644
--- a/cdn/package.json
+++ b/cdn/package.json
@@ -42,6 +42,8 @@
 		"ts-patch": "^1.4.4"
 	},
 	"dependencies": {
+		"@aws-sdk/client-s3": "^3.36.1",
+		"@aws-sdk/node-http-handler": "^3.36.0",
 		"@fosscord/util": "file:../util",
 		"body-parser": "^1.19.0",
 		"btoa": "^1.2.1",