Skip to main content
Go to Latest
variable getSignedUrl
import { getSignedUrl } from "https://deno.land/x/darkflare@v6.0.1/s3/mod.ts";

type

<InputTypesUnion extends object, InputType extends InputTypesUnion, OutputType extends MetadataBearer = MetadataBearer>(
client: Client<any, InputTypesUnion, MetadataBearer, any>,
command: Command<InputType, OutputType, any, InputTypesUnion, MetadataBearer>,
options?: RequestPresigningArguments,
) => Promise<string>