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

CopyPart Method

Copy the specified object as a part of a multipart upload.

Object Oriented Interface

public function doCopyPart($srcobjectname, $destbucket, $destobjectname, $destpartnumber, $destuploadid);

Procedural Interface

incloudstorage_amazons3_do_copypart($res, $srcobjectname, $destbucket, $destobjectname, $destpartnumber, $destuploadid);

Remarks

This method allows you to copy an existing object as a part in a multipart upload. After a multipart upload has been started with StartMultipartUpload this method may be used to copy an existing object into a part of the multipart upload.

The source object is specified by setting Bucket and the SrcObjectName parameter. The DestBucket and DestObjectName parameters define the destination location. The DestPartNumber, and DestUploadId define the existing multipart upload to which the part is being copied.

You may optionally define a range of bytes to copy from the source object. See CopyPartRange for more details.

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