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

UploadPart Method

Uploads a part in a multipart upload.

Object Oriented Interface

public function doUploadPart($objectname, $partnumber, $uploadid);

Procedural Interface

incloudstorage_amazons3_do_uploadpart($res, $objectname, $partnumber, $uploadid);

Remarks

This method uploads a part in a multipart upload. When called, this method will upload the part data specified by LocalFile, or ObjectData.

UploadId identifies the upload with which the part is associated. UploadId is returned by the StartMultipartUpload method.

PartNumber specifies the part within the multipart upload. This must be a value from 1 to 10,000 inclusive. If a previous part was uploading using the same PartNumber it will be overwritten.

ObjectName specifies the name of the object to which this part applies.

Individual parts must be at least 5 MB in size. The only exception to this is the last part in a multipart upload. The last part has no size restrictions.

If IncludePartMD5 is set to true the class will include the MD5 digest value when sending data to the server. The server will then verify that the data was received without corruption.

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