File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/middleware-sdk-s3

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

package.json430 B · 17 lines
{  "name": "@aws-sdk/middleware-sdk-s3",  "version": "3.972.41",  "main": "./dist-cjs/index.js",  "module": "./dist-es/index.js",  "sideEffects": false,  "dependencies": {    "@aws-sdk/core": "^3.974.12",    "@aws-sdk/signature-v4-multi-region": "^3.996.27",    "@aws-sdk/types": "^3.973.8",    "@smithy/core": "^3.24.2",    "@smithy/signature-v4": "^5.4.2",    "@smithy/types": "^4.14.1",    "tslib": "^2.6.2"  }}