Add use proxy for s3 (#4973)

* Fix object storage to be accessible via proxy

* fix lint

* Use hpagent

* Fix lint

* Fix PR

Co-authored-by: noellabo <noel.yoshiba@gmail.com>
This commit is contained in:
Chocobozzz
2022-05-09 11:49:25 +02:00
committed by GitHub
parent 644014cc55
commit ca3d5912e1
6 changed files with 105 additions and 2 deletions

View File

@@ -212,6 +212,7 @@ export {
doRequestAndSaveToFile,
isBinaryResponse,
downloadImage,
getAgent,
findLatestRedirection,
peertubeGot
}