PartList Event
Fired for every part when ListParts is called.
Object Oriented Interface
public function firePartList($param);
Procedural Interface
incloudstorage_amazons3_register_callback($res, 8, array($this, 'firePartList'));
Parameter List
'partnumber'
'objectname'
'lastmodified'
'size'
'etag'
'ownerid'
'ownerdisplayname'
Remarks
This event fires once for each part returned by the server in response to ListParts.
PartNumber identifies the current part in the upload.
ObjectName is the name of the object.
LastModified is the last modified date of the part.
Size is the size in bytes of the part.
ETag is the ETag value of the part.
OwnerId is the OwnerId value.
OwnerDisplayName is the display name of the owner.