COSConfig constructor

COSConfig(
  1. String secretId,
  2. String secretKey,
  3. String bucketName,
  4. String region, {
  5. String scheme = "https",
  6. bool anonymous = false,
})

Implementation

COSConfig(
  this.secretId,
  this.secretKey,
  this.bucketName,
  this.region, {
  this.scheme = "https",
  this.anonymous = false,
});