MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / formatS3Uri

Function formatS3Uri

packages/aws-lambda/src/s3Transport.ts:58–60  ·  view source on GitHub ↗
(loc: S3Location)

Source from the content-addressed store, hash-verified

56
57/** Build `s3://bucket/key` from a location. */
58export function formatS3Uri(loc: S3Location): string {
59 return `s3://${loc.bucket}/${loc.key}`;
60}
61
62/** Stream an S3 object to a local file path. Throws if the body is missing. */
63export async function downloadS3ObjectToFile(

Callers 3

deploySiteFunction · 0.85
renderToLambdaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected