Logging constructor

Logging({
  1. S3Logs? s3Logs,
})

Implementation

Logging({
  this.s3Logs,
});