Logo
Type aliases

PresignedUrl

PresignedUrl = object

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

Schema for a presigned URL.

Properties

url

url: string

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

A presigned URL for IO operations against a private file


expires_at

expires_at: string

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

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

Form fields for a presigned POST request