diff options
author | Hayden Young <hi@hbjy.dev> | 2021-10-14 23:04:03 +0100 |
---|---|---|
committer | Hayden Young <hi@hbjy.dev> | 2021-10-14 23:04:03 +0100 |
commit | e496a15f2d5e8440c026398bde0fb02f4a67bad1 (patch) | |
tree | a701b7580c1cbbbfc7bfce8a08fb4611aecf4c45 /cdn/package.json | |
parent | Merge pull request #438 from Mr2u/dev (diff) | |
download | server-e496a15f2d5e8440c026398bde0fb02f4a67bad1.tar.xz |
feat: implement an S3-based storage API
Diffstat (limited to 'cdn/package.json')
-rw-r--r-- | cdn/package.json | 2 |
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", |