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