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