IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

completeMultipartUpload (method)

Completes a multipart upload.

Syntax

- (NSString*)completeMultipartUpload:(NSString*)vaultName :(NSString*)uploadId;
public func completeMultipartUpload(_ vaultName: String, _ uploadId: String) throws -> String

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 class 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) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]