AmazonS3IcebergStorage constructor

AmazonS3IcebergStorage({
  1. String? accessKeyId,
  2. String? bucket,
  3. String? endpoint,
  4. String? region,
  5. String? schemeType,
  6. String? secretAccessKeySecret,
})

Implementation

AmazonS3IcebergStorage({
  this.accessKeyId,
  this.bucket,
  this.endpoint,
  this.region,
  this.schemeType,
  this.secretAccessKeySecret,
});