Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-vfs / server / PresignedUploadUrlResult

Interface: PresignedUploadUrlResult

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:983

Presigned upload URL response type

Properties

expiresAt

expiresAt: number

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:989

Unix epoch timestamp when the URL expires


physicalAddress

physicalAddress: string

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:985

Physical address in storage (needed for linking)


presignedUrl

presignedUrl: string

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:987

The presigned HTTP URL for direct upload

Licensed under BUSL-1.1