1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Correctly download files from S3

Use pre signed URLs to inject content disposition header
This commit is contained in:
Chocobozzz 2023-06-06 11:13:18 +02:00
parent 1c9dc98c27
commit 881958d179
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 162 additions and 18 deletions

View file

@ -1,4 +1,5 @@
export * from './keys'
export * from './proxy'
export * from './pre-signed-urls'
export * from './urls'
export * from './videos'