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>
... | ... | @@ -79,6 +79,7 @@ |
"dependencies": { | ||
"@aws-sdk/client-s3": "^3.23.0", | ||
"@aws-sdk/lib-storage": "^3.72.0", | ||
"@aws-sdk/node-http-handler": "^3.82.0", | ||
"@babel/parser": "7.17.8", | ||
"@peertube/feed": "^5.0.1", | ||
"@peertube/http-signature": "^1.4.0", | ||
... | ... |
Please register or sign in to comment