Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

BucketList Event

Fired for every bucket when ListBuckets is called.

Syntax

amazons3.on('BucketList', [callback])

Callback

The 'callback' is called when the 'BucketList' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.bucketName
e.creationDate
e.ownerId
e.ownerName
e.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) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0