Logo
Type aliases

PresignedUrl

PresignedUrl = object

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

Schema for a presigned URL.

Properties

url

url: string

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

A presigned URL for IO operations against a private file


expires_at

expires_at: string

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

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:6636

Form fields for a presigned POST request