mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-03 16:10:31 +00:00
99d96edd9c
* feat: s3 fs in oss * feat: new endpoints in OSS * fix: name of fs extension * perf: signed uploads * fix: await socket events to align fs events * fix: default bucket names * fix: backend tests * fix: deps * fix: order
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"teepromise": "^0.1.1",
|
|
"uuid": "^13.0.0",
|
|
"@aws-sdk/client-s3": "^3.1021.0"
|
|
}
|
|
}
|