@cpod/sdk - v0.2.7
    Preparing search index...

    Interface FileSignedUrlOptions

    Get signed URL options

    interface FileSignedUrlOptions {
        expires_in?: number;
        content_disposition?: "inline" | "attachment";
        filename?: string;
    }
    Index

    Properties

    expires_in?: number

    URL expiration time in seconds (default: 3600)

    content_disposition?: "inline" | "attachment"

    Content disposition: inline or attachment

    filename?: string

    Custom filename for download