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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5e06248f1..c6029ad65 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -47,6 +47,7 @@ yarn-error.log | |||
47 | /*.zip | 47 | /*.zip |
48 | /*.tar.xz | 48 | /*.tar.xz |
49 | /*.asc | 49 | /*.asc |
50 | *.DS_Store | ||
50 | /server/tools/import-mediacore.ts | 51 | /server/tools/import-mediacore.ts |
51 | /docker-volume/ | 52 | /docker-volume/ |
52 | /init.mp4 | 53 | /init.mp4 |