Type alias FilesUrlForPath

FilesUrlForPath: {
    upload_id?: string;
    url?: string;
    urls?: string[];
}

Type declaration

  • Optional upload_id?: string

    ID of a multipart upload

  • Optional url?: string

    Pre-signed S3 URL

  • Optional urls?: string[]

    List of pre-signed S3 URLs