S3Destination constructor

S3Destination({
  1. String? bucketName,
  2. String? prefix,
})

Implementation

S3Destination({
  this.bucketName,
  this.prefix,
});