StorageService.prototype.getSignedUrl(path: string,options: SignedUrlOptions): Promise<string>
Creates a time-limited URL granting direct access to an object.
options: SignedUrlOptions
URL validity
StorageService.prototype.getSignedUrl(path: string,options: SignedUrlOptions): Promise<string>
Creates a time-limited URL granting direct access to an object.
options: SignedUrlOptions
URL validity
import { StorageService } from "storage-plugin/src/index.ts";