diff options
author | Chocobozzz <me@florianbigard.com> | 2023-06-06 11:13:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-06-29 10:18:21 +0200 |
commit | 881958d17902b1efbb184400d7e5030cfc5b7224 (patch) | |
tree | 08fcab0784bb6edbbaa9a3191581dd4aa0ce64d2 /package.json | |
parent | 1c9dc98c273075d92161c0572fea5c4103926467 (diff) | |
download | PeerTube-881958d17902b1efbb184400d7e5030cfc5b7224.tar.gz PeerTube-881958d17902b1efbb184400d7e5030cfc5b7224.tar.zst PeerTube-881958d17902b1efbb184400d7e5030cfc5b7224.zip |
Correctly download files from S3
Use pre signed URLs to inject content disposition header
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e2feea5a2..7573232a1 100644 --- a/package.json +++ b/package.json | |||
@@ -78,6 +78,7 @@ | |||
78 | "@aws-sdk/client-s3": "^3.190.0", | 78 | "@aws-sdk/client-s3": "^3.190.0", |
79 | "@aws-sdk/lib-storage": "^3.190.0", | 79 | "@aws-sdk/lib-storage": "^3.190.0", |
80 | "@aws-sdk/node-http-handler": "^3.190.0", | 80 | "@aws-sdk/node-http-handler": "^3.190.0", |
81 | "@aws-sdk/s3-request-presigner": "^3.345.0", | ||
81 | "@babel/parser": "^7.17.8", | 82 | "@babel/parser": "^7.17.8", |
82 | "@node-oauth/oauth2-server": "^4.2.0", | 83 | "@node-oauth/oauth2-server": "^4.2.0", |
83 | "@opentelemetry/api": "^1.1.0", | 84 | "@opentelemetry/api": "^1.1.0", |