Files
puter/extensions/legacyFileSystem/package.json
T
Daniel Salazar 99d96edd9c feat: s3 fs in oss (#2761)
* 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
2026-04-02 11:20:59 -07:00

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"
}
}