method StorageService.prototype.getSignedUrl
StorageService.prototype.getSignedUrl(
path: string,
): Promise<string>

Creates a time-limited URL granting direct access to an object.

Parameters

path: string

Object path/key

URL validity

Return Type

Promise<string>

The signed URL

Usage

import { StorageService } from "storage-plugin/src/index.ts";