S3DestinationConfig constructor

S3DestinationConfig({
  1. String? bucket,
  2. String? keyPrefix,
})

Implementation

S3DestinationConfig({
  this.bucket,
  this.keyPrefix,
});