Source constructor

Source({
  1. S3Source? s3,
})

Implementation

Source({
  this.s3,
});