Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

CompleteMultipartUpload Method

Completes a multipart upload.

Syntax

public String completeMultipartUpload(String vaultName, String uploadId);

Remarks

This method completes the current multipart upload specified by UploadId.

VaultName specifies the vault in which the archive was created.

This method returns the ArchiveId which identifies the newly created archive. If you call this method twice for the same multipart upload within a short period of time, the same ArchiveId will be returned.

If parts of the archive were uploaded using separate instances of the component you must first list all parts of the archive by calling ListParts until PartMarker is empty (all parts are returned). Information about the parts is required when completing the multipart upload.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0