interface StorageGetUrlOutput {
    expiresAt: Date;
    url: URL;
}

Properties

Properties

expiresAt: Date

expiresAt is date in which generated URL expires.

url: URL

presigned URL of the given object.