FileUploadPart

The `FileUploadPart` entity.

Definition

TypeScript
interface FileUploadPart {
  partNumber: number;
  signedUrl: string;
}

Fields

FieldTypeNotes
partNumbernumberrequired — 1-based part index for this chunk of the multipart upload.
signedUrlstringrequired — Pre-signed R2 URL the client PUTs this part's bytes to.