method S3Adapter.prototype.presign
S3Adapter.prototype.presign(
key: string,
options: PresignOptions,
): Promise<string>

Parameters

key: string
options: PresignOptions

Return Type

Promise<string>

Usage

import { S3Adapter } from ".";