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

AbortMultipartUpload Method

Aborts a multipart upload.

Object Oriented Interface

public function doAbortMultipartUpload($objectname, $uploadid);

Procedural Interface

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

Remarks

This method aborts a current multipart upload. When this method is called the current multipart upload is aborted. Any storage consumed by uploaded parts will be freed by the server. If there are any current uploads in progress it may be necessary to call this method again after the upload is completed.

After calling this method the UploadId is no longer valid for any operations.

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