Home > @hapoosjs/aws-buckets > AWSBuckets > listBuckets

AWSBuckets.listBuckets() method

List buckets visible to the current user or role. Note that AWS does not support pagination so start and max options are ignored.

Signature:

listBuckets(): Promise<BucketList>;

Returns:

Promise<BucketList>