IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

onBucketList (event)

Fires once for each bucket returned when listing buckets.

Syntax

- (void)onBucketList:(NSString*)bucketName :(NSString*)creationDate :(NSString*)ownerId :(NSString*)ownerName;
func onBucketList(_ bucketName: String, _ creationDate: String, _ ownerId: String, _ ownerName: String)

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 iOS Edition - Version 20.0 [Build 8265]