IPWorks Cloud 2020 Node.js Edition

Questions / Feedback?

BucketList Event

Fires once for each bucket returned when listing buckets.

Syntax

wasabi.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

Remarks

This event fires once for each bucket returned when ListBuckets is called.

BucketName reflects the name of the bucket.

CreationDate reflects the bucket's creation date.

OwnerId and OwnerName reflect the Id and display name of the bucket's owner, respectively.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Node.js Edition - Version 20.0 [Build 8265]