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

MultipartUploadList Event

Fires once for each multipart upload when ListMultipartUploads is called.

Object Oriented Interface

public function fireMultipartUploadList($param);

Procedural Interface

incloudstorage_amazonglacier_register_callback($res, 7, array($this, 'fireMultipartUploadList'));

Parameter List


'archivedescription'
'creationdate'
'uploadid'
'vaultarn'
'partsize'

Remarks

This event fires for each multipart upload returned when calling ListMultipartUploads.

ArchiveDescription is the archive description (if any).

CreationDate is the UTC time that the multipart upload was started. This is a string representation of ISO 8601 date format. For example: "2012-03-20T17:03:43.221Z".

UploadId is the Id of the multipart upload.

VaultArn is the Amazon Resource Name (ARN) of the Vault in which the archive is created.

PartSize is the part size in bytes. This is specified by the PartSize setting and is used when StartMultipartUpload is called.

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