Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MultipartUpload

Multipart uploads provide efficient and resilient uploads, especially for large objects. Multipart uploads also accommodate objects that are too large for a single upload operation. With multipart uploads, individual parts of an object can be uploaded in parallel to reduce the amount of time you spend uploading. Multipart uploads can also minimize the impact of network failures by letting you retry a failed part upload instead of requiring you to retry an entire object upload. See Using Multipart Uploads.

To use any of the API operations, you must be authorized in an IAM policy. If you are not authorized, talk to an administrator. If you are an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm).

Properties

bucket

bucket: string

The bucket in which the in-progress multipart upload is stored.

namespace

namespace: string

The Object Storage namespace in which the in-progress multipart upload is stored.

object

object: string

The object name of the in-progress multipart upload.

Optional storageTier

storageTier: model.StorageTier

The storage tier that the object is stored in.

timeCreated

timeCreated: Date

The date and time the upload was created, as described in RFC 2616.

uploadId

uploadId: string

The unique identifier for the in-progress multipart upload.

Functions

getDeserializedJsonObj

getJsonObj