IPWorks Cloud 2020 Python Edition

Questions / Feedback?

complete_multipart_upload Method

Completes a multipart upload.

Syntax

def complete_multipart_upload(vault_name: str, upload_id: str) -> str: ...

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 list_parts until part_marker 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 Python Edition - Version 20.0 [Build 8265]