Cloud Storage Integrator 2016 PHP Edition
Cloud Storage Integrator 2016 PHP Edition
Questions / Feedback?

CompleteMultipartUpload Method

Completes a multipart upload by assembling previously uploaded parts.

Object Oriented Interface

public function doCompleteMultipartUpload($objectname, $uploadid);

Procedural Interface

incloudstorage_amazons3_do_completemultipartupload($res, $objectname, $uploadid);

Remarks

This method completes a multipart upload. The host will assemble all of the parts in the upload. Before calling this method, first call ListParts. This populates the Parts collection which is used when constructing the request to complete the upload.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 PHP Edition - Version 16.0 [Build 7239]