Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / server / PresignedUploadUrlResult

Interface: PresignedUploadUrlResult

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

Presigned upload URL response type

Properties

expiresAt

expiresAt: number

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

Unix epoch timestamp when the URL expires


physicalAddress

physicalAddress: string

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

Physical address in storage (needed for linking)


presignedUrl

presignedUrl: string

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

The presigned HTTP URL for direct upload

Licensed under BUSL-1.1