diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2022-04-19 15:22:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 15:22:18 +0200 |
commit | 156cdbac227b5501116a66063812b9fc9b0e89c7 (patch) | |
tree | 1efb4398708f1552cafeffc84c1818262dbaca04 /package.json | |
parent | 33ac85bf610d74d353ee456a286159872cdd83cc (diff) | |
download | PeerTube-156cdbac227b5501116a66063812b9fc9b0e89c7.tar.gz PeerTube-156cdbac227b5501116a66063812b9fc9b0e89c7.tar.zst PeerTube-156cdbac227b5501116a66063812b9fc9b0e89c7.zip |
object-storage: @aws-sdk/lib-storage for multipart (#4903)
* object-storage: @aws-sdk/lib-storage for multipart
* gitignore: add .DS_Store
* test(object-storage): remove only
* test(object-storage/multipart): generate video
* fix lint issue
* test(obj-storage/video): ensure file size
* Styling
Co-authored-by: Chocobozzz <me@florianbigard.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 97438afdb..360bd781f 100644 --- a/package.json +++ b/package.json | |||
@@ -78,7 +78,8 @@ | |||
78 | }, | 78 | }, |
79 | "dependencies": { | 79 | "dependencies": { |
80 | "@aws-sdk/client-s3": "^3.23.0", | 80 | "@aws-sdk/client-s3": "^3.23.0", |
81 | "@babel/parser": "7.17.9", | 81 | "@aws-sdk/lib-storage": "^3.72.0", |
82 | "@babel/parser": "7.17.8", | ||
82 | "@peertube/feed": "^5.0.1", | 83 | "@peertube/feed": "^5.0.1", |
83 | "@peertube/http-signature": "^1.4.0", | 84 | "@peertube/http-signature": "^1.4.0", |
84 | "@uploadx/core": "^5.1.0", | 85 | "@uploadx/core": "^5.1.0", |