AWSModel constructor

AWSModel({
  1. bool enabled = false,
  2. String? accessKeyId,
  3. String? secretAccessKey,
  4. String? region,
  5. String? bucketName,
  6. String? keyPrefix,
})

Implementation

AWSModel({
  this.enabled = false,
  this.accessKeyId,
  this.secretAccessKey,
  this.region,
  this.bucketName,
  this.keyPrefix,
});