File Explorer

/var/runtime/node_modules/@aws-sdk/lib-storage/dist-cjs

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 /.

0 dirs
3 files
runtimeConfig.js346 B · 11 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.ClientDefaultValues = void 0;const fs_1 = require("fs");const runtimeConfig_shared_1 = require("./runtimeConfig.shared");exports.ClientDefaultValues = {    ...runtimeConfig_shared_1.ClientSharedValues,    runtime: "node",    lstatSync: fs_1.lstatSync,};