File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/util-endpoints/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 /.

index.js672 B · 18 lines
'use strict'; var client = require('@aws-sdk/core/client');var endpoints = require('@smithy/core/endpoints');   exports.awsEndpointFunctions = client.awsEndpointFunctions;exports.getUserAgentPrefix = client.getUserAgentPrefix;exports.isIpAddress = client.isIpAddress;exports.partition = client.partition;exports.resolveDefaultAwsRegionalEndpointsConfig = client.resolveDefaultAwsRegionalEndpointsConfig;exports.resolveEndpoint = client.resolveEndpoint;exports.setPartitionInfo = client.setPartitionInfo;exports.toEndpointV1 = client.toEndpointV1;exports.useDefaultPartitionInfo = client.useDefaultPartitionInfo;exports.EndpointError = endpoints.EndpointError;