bucketInfo abstract method

Future<BucketInfo> bucketInfo(
  1. String bucketName
)

Get information on a bucket

Provide metadata information for bucket named bucketName.

Returns a Future which completes with a BucketInfo object.

Implementation

Future<BucketInfo> bucketInfo(String bucketName);