Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RawData

UploadManager simplifies interaction with the Object Storage service by abstracting away the method used to upload objects. Depending on the configuration parameters(UploadOptions), UploadManager may choose to do a single PutObject request, or break up the upload into multiple parts and utilize multi-part uploads.

An advantage of using multi-part uploads is the ability to be able to upload parts in parallel to reduce upload time.

Callers still have full control over how the UploadManager decides to perform the upload using UploadOptions. NodeJS V8 Engine have a buffer size limitation, 2GB for 64-bit machine and 1GB for 32-bit machine. Do not make the partSize greater than the buffer size limitation.

Hierarchy

  • RawData

Properties

Properties

data

md5Hash

md5Hash: string

size

size: number