headBucket method

Future<Map<String?, String?>> headBucket(
  1. String bucket, {
  2. String? region,
})

Implementation

Future<Map<String?, String?>> headBucket(String bucket, {String? region}) {
  return cosApi.headBucket(serviceKey, bucket, region);
}