Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MultipartUploadOptions

Hierarchy

  • MultipartUploadOptions

Index

Properties

Optional callback

callback: ObjectCallback

Optional checkpoint

checkpoint: Checkpoint

the checkpoint to resume upload, if this is provided, it will continue the upload from where interrupted, otherwise a new multipart upload will be created.

Optional copyheaders

copyheaders: object

{Object} only uploadPartCopy api used, detail

Optional headers

headers: object

Optional meta

meta: UserMeta

Optional mime

mime: string

Optional parallel

parallel: number

the number of parts to be uploaded in parallel

Optional partSize

partSize: number

the suggested size for each part

Optional progress

progress: (...args: any[]) => any

Type declaration

    • (...args: any[]): any
    • the progress callback called after each successful upload of one part

      Parameters

      • Rest ...args: any[]

      Returns any

Optional timeout

timeout: number

Generated using TypeDoc