interface SignedUrlOptions {
    expiry?: number;
}

Properties

Properties

expiry?: number

Expiration time of the URL. It should be a number of seconds from now.

Default

900 (15 minutes)