GetUrlOptions: CommonOptions & {
    contentDisposition?: ContentDisposition | string;
    contentType?: string;
    expiresIn?: number;
    validateObjectExistence?: boolean;
}

Input options type for S3 getUrl API.

Type declaration