Logo
Type aliases

PresignedUrl

PresignedUrl = object

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

Schema for a presigned URL.

Properties

url

url: string

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

A presigned URL for IO operations against a private file


expires_at

expires_at: string

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

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

Form fields for a presigned POST request

On this page