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