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

Parameters

key: string
options: PresignOptions

Return Type

Promise<string>

Usage

import { GcsAdapter } from ".";