Logo
Type aliases

FileIdPresignedUrl

FileIdPresignedUrl = object

Defined in: packages/cloud/src/client/types.gen.ts:3630

Schema for a presigned URL with a file ID.

Properties

url

url: string

Defined in: packages/cloud/src/client/types.gen.ts:3634

A presigned URL for IO operations against a private file


expires_at

expires_at: string

Defined in: packages/cloud/src/client/types.gen.ts:3638

The time at which the presigned URL expires


form_fields?

optional form_fields: {[key: string]: string; } | null

Defined in: packages/cloud/src/client/types.gen.ts:3642

Form fields for a presigned POST request


file_id

file_id: string

Defined in: packages/cloud/src/client/types.gen.ts:3648

The ID of the file associated with the presigned URL