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

BucketList Event

Fired for every bucket when ListBuckets is called.

Object Oriented Interface

public function fireBucketList($param);

Procedural Interface

incloudstorage_digitalocean_register_callback($res, 1, array($this, 'fireBucketList'));

Parameter List


'bucketname'
'creationdate'
'ownerid'
'ownername'
'otherdata'

Remarks

This event is fired for each bucket when ListBuckets is invoked. It allows you to inspect properties of a bucket like its name, creation date, owner id and owner name. "Other Data" is reserved for future use.

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