bucketInfo abstract method
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);
Get information on a bucket
Provide metadata information for bucket named bucketName
.
Returns a Future which completes with a BucketInfo
object.
Future<BucketInfo> bucketInfo(String bucketName);