getBucketLocation method

Future<String> getBucketLocation(
  1. String bucket, {
  2. String? region,
  3. SessionQCloudCredentials? sessionCredentials,
})

Implementation

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