BucketLogging constructor

BucketLogging({
  1. String? logBucket,
  2. String? logObjectPrefix,
})

Implementation

BucketLogging({
  this.logBucket,
  this.logObjectPrefix,
});