S3Destination constructor

S3Destination({
  1. String? bucket,
  2. String? key,
  3. String? metadataKey,
})

Implementation

S3Destination({
  this.bucket,
  this.key,
  this.metadataKey,
});