BucketList Event
Fired for every bucket when ListBuckets is called.
Syntax
Sub amazons3control_BucketList(BucketName As String, CreationDate As String, OwnerId As String, OwnerName As String, OtherData As String)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.